Html Css Color HEX #12121C Black Russian

📋 copy color: '#12121C'

red 18 ◦ green 18 ◦ blue 28

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

Shades of Black Russian #12121C

Tints of Black Russian #12121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 28.13%
G = 28.13%
B = 43.75%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12121C (or 0x12121C) is known color: Black Russian. HEX triplet: 12, 12 and 1C. RGB value is (18,18,28). Sum of RGB (Red+Green+Blue) = 18+18+28=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #12121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12121C is #EDEDE3. Grayscale: #131313. Windows color (decimal): -15592932 or 1839634. OLE color: 1839634.

HSL color Cylindrical-coordinate representation of color #12121C: hue angle of 240º 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 #12121C is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 18 28 -
CMYK 0.36 0.36 0 0.89
HSL 240º 0.22% 0.09% -
HSV(B) 240º 0.36% 0.11% -
XYZ 0.68 0.65 1.19 -
YUV 19.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 18 18 28 0.36 0.36 0 0.89 240 0.22 0.09
Hex 12 12 1C 24 24 0 59 F0 16 9
Octal 22 22 34 44 44 0 131 360 26 11
Binary 10010 10010 11100 100100 100100 0 1011001 11110000 10110 1001

Color Harmonies of #12121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12121C

Black with #12121C

Text Example


Text Example

White with #12121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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