Html Css Color HEX #040308 Black Russian

📋 copy color: '#040308'

red 4 ◦ green 3 ◦ blue 8

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

Shades of Black Russian #040308

Tints of Black Russian #040308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 20%

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

R = 26.67%
G = 20%
B = 53.33%

CMYK

 C value IS 0.5

 M value IS 0.63

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#040308 (or 0x040308) is known color: Black Russian. HEX triplet: 04, 03 and 08. RGB value is (4,3,8). Sum of RGB (Red+Green+Blue) = 4+3+8=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #040308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040308 is #FBFCF7. Grayscale: #030303. Windows color (decimal): -16514296 or 525060. OLE color: 525060.

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

Color convert

RGB 4 3 8 -
CMYK 0.5 0.63 0 0.97
HSL 252º 0.45% 0.02% -
HSV(B) 252º 0.63% 0.03% -
XYZ 0.13 0.11 0.24 -
YUV 3.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 4 3 8 0.5 0.63 0 0.97 252 0.45 0.02
Hex 4 3 8 32 3F 0 61 FC 2D 2
Octal 4 3 10 62 77 0 141 374 55 2
Binary 100 11 1000 110010 111111 0 1100001 11111100 101101 10

Color Harmonies of #040308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040308

Black with #040308

Text Example


Text Example

White with #040308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040308; }

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

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

background-color css

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

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

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

border-color css

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

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

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