Html Css Color HEX #141015 Blackcurrant

📋 copy color: '#141015'

red 20 ◦ green 16 ◦ blue 21

#141015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #141015

Tints of Blackcurrant #141015

RGB

 RED value IS 20 (8.2% from 255) = 35.09%

 GREEN value IS 16 (6.64% from 255) = 28.07%

 BLUE value IS 21 (8.59% from 255) = 36.84%

R = 35.09%
G = 28.07%
B = 36.84%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#141015 (or 0x141015) is known color: Blackcurrant. HEX triplet: 14, 10 and 15. RGB value is (20,16,21). Sum of RGB (Red+Green+Blue) = 20+16+21=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #141015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141015 is #EBEFEA. Grayscale: #111111. Windows color (decimal): -15462379 or 1380372. OLE color: 1380372.

HSL color Cylindrical-coordinate representation of color #141015: hue angle of 288º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #141015 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 16 21 -
CMYK 0.05 0.24 0 0.92
HSL 288º 0.14% 0.07% -
HSV(B) 288º 0.24% 0.08% -
XYZ 0.61 0.57 0.79 -
YUV 17.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 20 16 21 0.05 0.24 0 0.92 288 0.14 0.07
Hex 14 10 15 5 18 0 5C 120 E 7
Octal 24 20 25 5 30 0 134 440 16 7
Binary 10100 10000 10101 101 11000 0 1011100 100100000 1110 111

Color Harmonies of #141015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141015

Black with #141015

Text Example


Text Example

White with #141015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141015; }

 p { color: rgb(20,16,21); }

 H1.HeaderClassName
 {
   color: #141015;
 }
 .AnyTagClassName
 {
   color: #141015;
 }
</style>

background-color css

<style>
 a { background-color: #141015; }

 a { background-color: rgb(20,16,21); }

 div.DivClassName
 {
   background-color: #141015;
 }
 .BgClassName
 {
   background-color: #141015;
 }
</style>

border-color css

<style>
 span { border-color: #141015; }

 span { border-color: rgb(20,16,21); }

 td.TdClassName
 {
   border-color: #141015;
 }
 .TagClassName
 {
   border-color: #141015;
 }
</style>