Html Css Color HEX #12151C Black Russian

📋 copy color: '#12151C'

red 18 ◦ green 21 ◦ blue 28

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

Shades of Black Russian #12151C

Tints of Black Russian #12151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 26.87%
G = 31.34%
B = 41.79%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12151C (or 0x12151C) is known color: Black Russian. HEX triplet: 12, 15 and 1C. RGB value is (18,21,28). Sum of RGB (Red+Green+Blue) = 18+21+28=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #12151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151C is #EDEAE3. Grayscale: #141414. Windows color (decimal): -15592164 or 1840402. OLE color: 1840402.

HSL color Cylindrical-coordinate representation of color #12151C: hue angle of 222º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12151C is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 21 28 -
CMYK 0.36 0.25 0 0.89
HSL 222º 0.22% 0.09% -
HSV(B) 222º 0.36% 0.11% -
XYZ 0.73 0.75 1.2 -
YUV 20.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 18 21 28 0.36 0.25 0 0.89 222 0.22 0.09
Hex 12 15 1C 24 19 0 59 DE 16 9
Octal 22 25 34 44 31 0 131 336 26 11
Binary 10010 10101 11100 100100 11001 0 1011001 11011110 10110 1001

Color Harmonies of #12151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12151C

Black with #12151C

Text Example


Text Example

White with #12151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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