Html Css Color HEX #04092A Black Russian

📋 copy color: '#04092A'

red 4 ◦ green 9 ◦ blue 42

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

Shades of Black Russian #04092A

Tints of Black Russian #04092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.36%

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

R = 7.27%
G = 16.36%
B = 76.36%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#04092A (or 0x04092A) is known color: Black Russian. HEX triplet: 04, 09 and 2A. RGB value is (4,9,42). Sum of RGB (Red+Green+Blue) = 4+9+42=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #04092A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04092A is #FBF6D5. Grayscale: #0B0B0B. Windows color (decimal): -16512726 or 2754820. OLE color: 2754820.

HSL color Cylindrical-coordinate representation of color #04092A: hue angle of 232.11º 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 #04092A is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 9 42 -
CMYK 0.90 0.79 0 0.84
HSL 232.11º 0.83% 0.09% -
HSV(B) 232.11º 0.9% 0.16% -
XYZ 0.57 0.39 2.24 -
YUV 11.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 4 9 42 0.90 0.79 0 0.84 232.11 0.83 0.09
Hex 4 9 2A 5A 4F 0 54 E8 53 9
Octal 4 11 52 132 117 0 124 350 123 11
Binary 100 1001 101010 1011010 1001111 0 1010100 11101000 1010011 1001

Color Harmonies of #04092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04092A

Black with #04092A

Text Example


Text Example

White with #04092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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