Html Css Color HEX #04002F Black Russian

📋 copy color: '#04002F'

red 4 ◦ green 0 ◦ blue 47

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

Shades of Black Russian #04002F

Tints of Black Russian #04002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 92.16%

R = 7.84%
G = 0%
B = 92.16%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04002F (or 0x04002F) is known color: Black Russian. HEX triplet: 04, 00 and 2F. RGB value is (4,0,47). Sum of RGB (Red+Green+Blue) = 4+0+47=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 47 (18.75% from 255 or 92.16% from 51); Max value from RGB is 47 - color contains mainly: blue. Hex color #04002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04002F is #FBFFD0. Grayscale: #060606. Windows color (decimal): -16515025 or 3080196. OLE color: 3080196.

HSL color Cylindrical-coordinate representation of color #04002F: hue angle of 245.11º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04002F is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 0 47 -
CMYK 0.91 1 0 0.82
HSL 245.11º 1% 0.09% -
HSV(B) 245.11º 1% 0.18% -
XYZ 0.56 0.23 2.7 -
YUV 6.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 4 0 47 0.91 1 0 0.82 245.11 1 0.09
Hex 4 0 2F 5B 64 0 52 F5 64 9
Octal 4 0 57 133 144 0 122 365 144 11
Binary 100 0 101111 1011011 1100100 0 1010010 11110101 1100100 1001

Color Harmonies of #04002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04002F

Black with #04002F

Text Example


Text Example

White with #04002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,0,47); }

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

background-color css

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

 a { background-color: rgb(4,0,47); }

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

border-color css

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

 span { border-color: rgb(4,0,47); }

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