Html Css Color HEX #04072A Black Russian

📋 copy color: '#04072A'

red 4 ◦ green 7 ◦ blue 42

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

Shades of Black Russian #04072A

Tints of Black Russian #04072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.21%

 BLUE value IS 42 (16.8% from 255) = 79.25%

R = 7.55%
G = 13.21%
B = 79.25%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#04072A (or 0x04072A) is known color: Black Russian. HEX triplet: 04, 07 and 2A. RGB value is (4,7,42). Sum of RGB (Red+Green+Blue) = 4+7+42=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 42 (16.80% from 255 or 79.25% from 53); Max value from RGB is 42 - color contains mainly: blue. Hex color #04072A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04072A is #FBF8D5. Grayscale: #090909. Windows color (decimal): -16513238 or 2754308. OLE color: 2754308.

HSL color Cylindrical-coordinate representation of color #04072A: hue angle of 235.26º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04072A is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 7 42 -
CMYK 0.90 0.83 0 0.84
HSL 235.26º 0.83% 0.09% -
HSV(B) 235.26º 0.9% 0.16% -
XYZ 0.54 0.34 2.23 -
YUV 10.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 4 7 42 0.90 0.83 0 0.84 235.26 0.83 0.09
Hex 4 7 2A 5A 53 0 54 EB 53 9
Octal 4 7 52 132 123 0 124 353 123 11
Binary 100 111 101010 1011010 1010011 0 1010100 11101011 1010011 1001

Color Harmonies of #04072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04072A

Black with #04072A

Text Example


Text Example

White with #04072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04072A; }

 p { color: rgb(4,7,42); }

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

background-color css

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

 a { background-color: rgb(4,7,42); }

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

border-color css

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

 span { border-color: rgb(4,7,42); }

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