Html Css Color HEX #040208 Black Russian

📋 copy color: '#040208'

red 4 ◦ green 2 ◦ blue 8

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

Shades of Black Russian #040208

Tints of Black Russian #040208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 57.14%

R = 28.57%
G = 14.29%
B = 57.14%

CMYK

 C value IS 0.5

 M value IS 0.75

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#040208 (or 0x040208) is known color: Black Russian. HEX triplet: 04, 02 and 08. RGB value is (4,2,8). Sum of RGB (Red+Green+Blue) = 4+2+8=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 8 (3.52% from 255 or 57.14% from 14); Max value from RGB is 8 - color contains mainly: blue. Hex color #040208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040208 is #FBFDF7. Grayscale: #030303. Windows color (decimal): -16514552 or 524804. OLE color: 524804.

HSL color Cylindrical-coordinate representation of color #040208: hue angle of 260º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040208 is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 4 2 8 -
CMYK 0.5 0.75 0 0.97
HSL 260º 0.6% 0.02% -
HSV(B) 260º 0.75% 0.03% -
XYZ 0.12 0.09 0.24 -
YUV 3.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 4 2 8 0.5 0.75 0 0.97 260 0.6 0.02
Hex 4 2 8 32 4B 0 61 104 3C 2
Octal 4 2 10 62 113 0 141 404 74 2
Binary 100 10 1000 110010 1001011 0 1100001 100000100 111100 10

Color Harmonies of #040208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040208

Black with #040208

Text Example


Text Example

White with #040208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040208; }

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

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

background-color css

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

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

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

border-color css

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

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

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