Html Css Color HEX #04031F Black Russian

📋 copy color: '#04031F'

red 4 ◦ green 3 ◦ blue 31

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

Shades of Black Russian #04031F

Tints of Black Russian #04031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 81.58%

R = 10.53%
G = 7.89%
B = 81.58%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04031F (or 0x04031F) is known color: Black Russian. HEX triplet: 04, 03 and 1F. RGB value is (4,3,31). Sum of RGB (Red+Green+Blue) = 4+3+31=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 31 (12.5% from 255 or 81.58% from 38); Max value from RGB is 31 - color contains mainly: blue. Hex color #04031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04031F is #FBFCE0. Grayscale: #060606. Windows color (decimal): -16514273 or 2032388. OLE color: 2032388.

HSL color Cylindrical-coordinate representation of color #04031F: hue angle of 242.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04031F is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 4 3 31 -
CMYK 0.87 0.90 0 0.88
HSL 242.14º 0.82% 0.07% -
HSV(B) 242.14º 0.9% 0.12% -
XYZ 0.33 0.19 1.32 -
YUV 6.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 4 3 31 0.87 0.90 0 0.88 242.14 0.82 0.07
Hex 4 3 1F 57 5A 0 58 F2 52 7
Octal 4 3 37 127 132 0 130 362 122 7
Binary 100 11 11111 1010111 1011010 0 1011000 11110010 1010010 111

Color Harmonies of #04031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04031F

Black with #04031F

Text Example


Text Example

White with #04031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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