Html Css Color HEX #121122 Black Russian

📋 copy color: '#121122'

red 18 ◦ green 17 ◦ blue 34

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

Shades of Black Russian #121122

Tints of Black Russian #121122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

 BLUE value IS 34 (13.67% from 255) = 49.28%

R = 26.09%
G = 24.64%
B = 49.28%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121122 (or 0x121122) is known color: Black Russian. HEX triplet: 12, 11 and 22. RGB value is (18,17,34). Sum of RGB (Red+Green+Blue) = 18+17+34=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 34 - color contains mainly: blue. Hex color #121122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121122 is #EDEEDD. Grayscale: #131313. Windows color (decimal): -15593182 or 2232594. OLE color: 2232594.

HSL color Cylindrical-coordinate representation of color #121122: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121122 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 17 34 -
CMYK 0.47 0.50 0 0.87
HSL 243.53º 0.33% 0.1% -
HSV(B) 243.53º 0.5% 0.13% -
XYZ 0.74 0.64 1.6 -
YUV 19.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 18 17 34 0.47 0.50 0 0.87 243.53 0.33 0.1
Hex 12 11 22 2F 32 0 57 F4 21 A
Octal 22 21 42 57 62 0 127 364 41 12
Binary 10010 10001 100010 101111 110010 0 1010111 11110100 100001 1010

Color Harmonies of #121122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121122

Black with #121122

Text Example


Text Example

White with #121122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121122; }

 p { color: rgb(18,17,34); }

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

background-color css

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

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

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

border-color css

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

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

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