Html Css Color HEX #040210 Black Russian

📋 copy color: '#040210'

red 4 ◦ green 2 ◦ blue 16

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

Shades of Black Russian #040210

Tints of Black Russian #040210

RGB

 RED value IS 4 (1.95% from 255) = 18.18%

 GREEN value IS 2 (1.17% from 255) = 9.09%

 BLUE value IS 16 (6.64% from 255) = 72.73%

R = 18.18%
G = 9.09%
B = 72.73%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040210 (or 0x040210) is known color: Black Russian. HEX triplet: 04, 02 and 10. RGB value is (4,2,16). Sum of RGB (Red+Green+Blue) = 4+2+16=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #040210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040210 is #FBFDEF. Grayscale: #040404. Windows color (decimal): -16514544 or 1049092. OLE color: 1049092.

HSL color Cylindrical-coordinate representation of color #040210: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040210 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 2 16 -
CMYK 0.75 0.87 0 0.94
HSL 248.57º 0.78% 0.04% -
HSV(B) 248.57º 0.88% 0.06% -
XYZ 0.17 0.11 0.5 -
YUV 4.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 4 2 16 0.75 0.87 0 0.94 248.57 0.78 0.04
Hex 4 2 10 4B 57 0 5E F9 4E 4
Octal 4 2 20 113 127 0 136 371 116 4
Binary 100 10 10000 1001011 1010111 0 1011110 11111001 1001110 100

Color Harmonies of #040210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040210

Black with #040210

Text Example


Text Example

White with #040210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040210; }

 p { color: rgb(4,2,16); }

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

background-color css

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

 a { background-color: rgb(4,2,16); }

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

border-color css

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

 span { border-color: rgb(4,2,16); }

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