Html Css Color HEX #12151E Black Russian

📋 copy color: '#12151E'

red 18 ◦ green 21 ◦ blue 30

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

Shades of Black Russian #12151E

Tints of Black Russian #12151E

RGB

 RED value IS 18 (7.42% from 255) = 26.09%

 GREEN value IS 21 (8.59% from 255) = 30.43%

 BLUE value IS 30 (12.11% from 255) = 43.48%

R = 26.09%
G = 30.43%
B = 43.48%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12151E (or 0x12151E) is known color: Black Russian. HEX triplet: 12, 15 and 1E. RGB value is (18,21,30). Sum of RGB (Red+Green+Blue) = 18+21+30=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #12151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151E is #EDEAE1. Grayscale: #151515. Windows color (decimal): -15592162 or 1971474. OLE color: 1971474.

HSL color Cylindrical-coordinate representation of color #12151E: hue angle of 225º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12151E is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 21 30 -
CMYK 0.40 0.30 0 0.88
HSL 225º 0.25% 0.09% -
HSV(B) 225º 0.4% 0.12% -
XYZ 0.75 0.76 1.34 -
YUV 21.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 18 21 30 0.40 0.30 0 0.88 225 0.25 0.09
Hex 12 15 1E 28 1E 0 58 E1 19 9
Octal 22 25 36 50 36 0 130 341 31 11
Binary 10010 10101 11110 101000 11110 0 1011000 11100001 11001 1001

Color Harmonies of #12151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12151E

Black with #12151E

Text Example


Text Example

White with #12151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12151E; }

 p { color: rgb(18,21,30); }

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

background-color css

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

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

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

border-color css

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

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

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