#212430

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

Shades of Black Russian #212430

Tints of Black Russian #212430

Color information

#212430 (or 0x212430) is unknown color: approx Black Russian. HEX triplet: 21, 24 and 30. RGB value is (33,36,48). Sum of RGB (Red+Green+Blue) = 33+36+48=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #212430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212430 is #DEDBCF. Grayscale: #242424. Windows color (decimal): -14605264 or 3154977. OLE color: 3154977.

HSL color Cylindrical-coordinate representation of color #212430: hue angle of 228º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212430 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333648-
CMYK0.310.2500.81
HSL228º18.52%15.88%-
HSV(B)228º31.25%18.82%-
XYZ1.791.83.05-
YUV36.47134.51125.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=28.21%
G=30.77%
B=41.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3336480.310.2500.8122818.5215.88
Hex2124301F19051e41310
Octal414460373101213442320
Binary100001100100110000111111100101010001111001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212430; }

 p { color: rgb(33,36,48); }

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

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

 a { background-color: rgb(33,36,48); }

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

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

 span { border-color: rgb(33,36,48); }

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