Html Css Color HEX #040213 Black Russian

📋 copy color: '#040213'

red 4 ◦ green 2 ◦ blue 19

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

Shades of Black Russian #040213

Tints of Black Russian #040213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 76%

R = 16%
G = 8%
B = 76%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040213 (or 0x040213) is known color: Black Russian. HEX triplet: 04, 02 and 13. RGB value is (4,2,19). Sum of RGB (Red+Green+Blue) = 4+2+19=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 19 (7.81% from 255 or 76% from 25); Max value from RGB is 19 - color contains mainly: blue. Hex color #040213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040213 is #FBFDEC. Grayscale: #040404. Windows color (decimal): -16514541 or 1245700. OLE color: 1245700.

HSL color Cylindrical-coordinate representation of color #040213: hue angle of 247.06º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040213 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 2 19 -
CMYK 0.79 0.89 0 0.93
HSL 247.06º 0.81% 0.04% -
HSV(B) 247.06º 0.89% 0.07% -
XYZ 0.19 0.12 0.63 -
YUV 4.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 4 2 19 0.79 0.89 0 0.93 247.06 0.81 0.04
Hex 4 2 13 4F 59 0 5D F7 51 4
Octal 4 2 23 117 131 0 135 367 121 4
Binary 100 10 10011 1001111 1011001 0 1011101 11110111 1010001 100

Color Harmonies of #040213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040213

Black with #040213

Text Example


Text Example

White with #040213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040213; }

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

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

background-color css

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

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

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

border-color css

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

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

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