Html Css Color HEX #12151D Black Russian

📋 copy color: '#12151D'

red 18 ◦ green 21 ◦ blue 29

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

Shades of Black Russian #12151D

Tints of Black Russian #12151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 42.65%

R = 26.47%
G = 30.88%
B = 42.65%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12151D (or 0x12151D) is known color: Black Russian. HEX triplet: 12, 15 and 1D. RGB value is (18,21,29). Sum of RGB (Red+Green+Blue) = 18+21+29=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #12151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151D is #EDEAE2. Grayscale: #141414. Windows color (decimal): -15592163 or 1905938. OLE color: 1905938.

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

Color convert

RGB 18 21 29 -
CMYK 0.38 0.28 0 0.89
HSL 223.64º 0.23% 0.09% -
HSV(B) 223.64º 0.38% 0.11% -
XYZ 0.74 0.75 1.27 -
YUV 21.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 18 21 29 0.38 0.28 0 0.89 223.64 0.23 0.09
Hex 12 15 1D 26 1C 0 59 E0 17 9
Octal 22 25 35 46 34 0 131 340 27 11
Binary 10010 10101 11101 100110 11100 0 1011001 11100000 10111 1001

Color Harmonies of #12151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12151D

Black with #12151D

Text Example


Text Example

White with #12151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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