Html Css Color HEX #121232 Black Russian

📋 copy color: '#121232'

red 18 ◦ green 18 ◦ blue 50

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

Shades of Black Russian #121232

Tints of Black Russian #121232

RGB

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

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

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

R = 20.93%
G = 20.93%
B = 58.14%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121232 (or 0x121232) is known color: Black Russian. HEX triplet: 12, 12 and 32. RGB value is (18,18,50). Sum of RGB (Red+Green+Blue) = 18+18+50=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #121232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121232 is #EDEDCD. Grayscale: #151515. Windows color (decimal): -15592910 or 3281426. OLE color: 3281426.

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

Color convert

RGB 18 18 50 -
CMYK 0.64 0.64 0 0.80
HSL 240º 0.47% 0.13% -
HSV(B) 240º 0.64% 0.2% -
XYZ 1.04 0.79 3.12 -
YUV 21.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 18 18 50 0.64 0.64 0 0.80 240 0.47 0.13
Hex 12 12 32 40 40 0 50 F0 2F D
Octal 22 22 62 100 100 0 120 360 57 15
Binary 10010 10010 110010 1000000 1000000 0 1010000 11110000 101111 1101

Color Harmonies of #121232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121232

Black with #121232

Text Example


Text Example

White with #121232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121232; }

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

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

background-color css

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

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

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

border-color css

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

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

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