Html Css Color HEX #141415 Black Russian

📋 copy color: '#141415'

red 20 ◦ green 20 ◦ blue 21

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

Shades of Black Russian #141415

Tints of Black Russian #141415

RGB

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

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

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

R = 32.79%
G = 32.79%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#141415 (or 0x141415) is known color: Black Russian. HEX triplet: 14, 14 and 15. RGB value is (20,20,21). Sum of RGB (Red+Green+Blue) = 20+20+21=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 21 - color contains mainly: blue. Hex color #141415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141415 is #EBEBEA. Grayscale: #141414. Windows color (decimal): -15461355 or 1381396. OLE color: 1381396.

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

Color convert

RGB 20 20 21 -
CMYK 0.05 0.05 0 0.92
HSL 240º 0.02% 0.08% -
HSV(B) 240º 0.05% 0.08% -
XYZ 0.67 0.7 0.81 -
YUV 20.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 20 20 21 0.05 0.05 0 0.92 240 0.02 0.08
Hex 14 14 15 5 5 0 5C F0 2 8
Octal 24 24 25 5 5 0 134 360 2 10
Binary 10100 10100 10101 101 101 0 1011100 11110000 10 1000

Color Harmonies of #141415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141415

Black with #141415

Text Example


Text Example

White with #141415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141415; }

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

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

background-color css

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

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

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

border-color css

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

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

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