#121433

Color #121433 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #121433

Tints of Black Russian #121433

Color information

#121433 (or 0x121433) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 33. RGB value is (18,20,51). Sum of RGB (Red+Green+Blue) = 18+20+51=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #121433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121433 is #EDEBCC. Grayscale: #161616. Windows color (decimal): -15592397 or 3347474. OLE color: 3347474.

HSL color Cylindrical-coordinate representation of color #121433: hue angle of 236.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121433 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB182051-
CMYK0.650.6100.8
HSL236.36º47.83%13.53%-
HSV(B)236.36º64.71%20%-
XYZ1.10.873.24-
YUV22.94143.84124.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 51 (20.31% from 255) = 57.30%
R=20.22%
G=22.47%
B=57.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1820510.650.6100.8236.3647.8313.53
Hex121433413D050ec30e
Octal2224631017501203546016
Binary1001010100110011100000111110101010000111011001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121433; }

 p { color: rgb(18,20,51); }

 H1.HeaderClassName
 {
   color: #121433;
 }
 .AnyTagClassName
 {
   color: #121433;
 }
</style>
background-color css

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

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

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

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

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

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