Html Css Color HEX #141417 Black Russian

📋 copy color: '#141417'

red 20 ◦ green 20 ◦ blue 23

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

Shades of Black Russian #141417

Tints of Black Russian #141417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.75%

 BLUE value IS 23 (9.38% from 255) = 36.51%

R = 31.75%
G = 31.75%
B = 36.51%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141417 (or 0x141417) is known color: Black Russian. HEX triplet: 14, 14 and 17. RGB value is (20,20,23). Sum of RGB (Red+Green+Blue) = 20+20+23=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 23 - color contains mainly: blue. Hex color #141417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141417 is #EBEBE8. Grayscale: #141414. Windows color (decimal): -15461353 or 1512468. OLE color: 1512468.

HSL color Cylindrical-coordinate representation of color #141417: hue angle of 240º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #141417 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 20 23 -
CMYK 0.13 0.13 0 0.91
HSL 240º 0.07% 0.08% -
HSV(B) 240º 0.13% 0.09% -
XYZ 0.69 0.71 0.91 -
YUV 20.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 20 20 23 0.13 0.13 0 0.91 240 0.07 0.08
Hex 14 14 17 D D 0 5B F0 7 8
Octal 24 24 27 15 15 0 133 360 7 10
Binary 10100 10100 10111 1101 1101 0 1011011 11110000 111 1000

Color Harmonies of #141417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141417

Black with #141417

Text Example


Text Example

White with #141417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141417; }

 p { color: rgb(20,20,23); }

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

background-color css

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

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

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

border-color css

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

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

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