Html Css Color HEX #121132 Black Russian

📋 copy color: '#121132'

red 18 ◦ green 17 ◦ blue 50

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

Shades of Black Russian #121132

Tints of Black Russian #121132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 58.82%

R = 21.18%
G = 20%
B = 58.82%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121132 (or 0x121132) is known color: Black Russian. HEX triplet: 12, 11 and 32. RGB value is (18,17,50). Sum of RGB (Red+Green+Blue) = 18+17+50=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #121132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121132 is #EDEECD. Grayscale: #141414. Windows color (decimal): -15593166 or 3281170. OLE color: 3281170.

HSL color Cylindrical-coordinate representation of color #121132: hue angle of 241.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121132 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 17 50 -
CMYK 0.64 0.66 0 0.80
HSL 241.82º 0.49% 0.13% -
HSV(B) 241.82º 0.66% 0.2% -
XYZ 1.03 0.76 3.11 -
YUV 21.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 18 17 50 0.64 0.66 0 0.80 241.82 0.49 0.13
Hex 12 11 32 40 42 0 50 F2 31 D
Octal 22 21 62 100 102 0 120 362 61 15
Binary 10010 10001 110010 1000000 1000010 0 1010000 11110010 110001 1101

Color Harmonies of #121132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121132

Black with #121132

Text Example


Text Example

White with #121132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121132; }

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

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

background-color css

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

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

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

border-color css

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

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

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