Html Css Color HEX #04050A Black Russian

📋 copy color: '#04050A'

red 4 ◦ green 5 ◦ blue 10

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

Shades of Black Russian #04050A

Tints of Black Russian #04050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 26.32%

 BLUE value IS 10 (4.3% from 255) = 52.63%

R = 21.05%
G = 26.32%
B = 52.63%

CMYK

 C value IS 0.6

 M value IS 0.50

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04050A (or 0x04050A) is known color: Black Russian. HEX triplet: 04, 05 and 0A. RGB value is (4,5,10). Sum of RGB (Red+Green+Blue) = 4+5+10=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #04050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050A is #FBFAF5. Grayscale: #050505. Windows color (decimal): -16513782 or 656644. OLE color: 656644.

HSL color Cylindrical-coordinate representation of color #04050A: hue angle of 230º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #04050A is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 5 10 -
CMYK 0.6 0.50 0 0.96
HSL 230º 0.43% 0.03% -
HSV(B) 230º 0.6% 0.04% -
XYZ 0.16 0.16 0.31 -
YUV 5.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 4 5 10 0.6 0.50 0 0.96 230 0.43 0.03
Hex 4 5 A 3C 32 0 60 E6 2B 3
Octal 4 5 12 74 62 0 140 346 53 3
Binary 100 101 1010 111100 110010 0 1100000 11100110 101011 11

Color Harmonies of #04050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04050A

Black with #04050A

Text Example


Text Example

White with #04050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,5,10); }

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

background-color css

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

 a { background-color: rgb(4,5,10); }

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

border-color css

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

 span { border-color: rgb(4,5,10); }

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