Html Css Color HEX #212430 Black Russian

📋 copy color: '#212430'

red 33 ◦ green 36 ◦ blue 48

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

Shades of Black Russian #212430

Tints of Black Russian #212430

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 value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212430 (or 0x212430) is known color: 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

RGB 33 36 48 -
CMYK 0.31 0.25 0 0.81
HSL 228º 0.19% 0.16% -
HSV(B) 228º 0.31% 0.19% -
XYZ 1.79 1.8 3.05 -
YUV 36.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 33 36 48 0.31 0.25 0 0.81 228 0.19 0.16
Hex 21 24 30 1F 19 0 51 E4 13 10
Octal 41 44 60 37 31 0 121 344 23 20
Binary 100001 100100 110000 11111 11001 0 1010001 11100100 10011 10000

Color Harmonies of #212430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212430

Black with #212430

Text Example


Text Example

White with #212430

Text Example


Text Example

HTML Codes & Css Web 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>