Html Css Color HEX #04050C Black Russian

📋 copy color: '#04050C'

red 4 ◦ green 5 ◦ blue 12

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

Shades of Black Russian #04050C

Tints of Black Russian #04050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 57.14%

R = 19.05%
G = 23.81%
B = 57.14%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04050C (or 0x04050C) is known color: Black Russian. HEX triplet: 04, 05 and 0C. RGB value is (4,5,12). Sum of RGB (Red+Green+Blue) = 4+5+12=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 12 (5.08% from 255 or 57.14% from 21); Max value from RGB is 12 - color contains mainly: blue. Hex color #04050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050C is #FBFAF3. Grayscale: #050505. Windows color (decimal): -16513780 or 787716. OLE color: 787716.

HSL color Cylindrical-coordinate representation of color #04050C: hue angle of 232.5º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #04050C is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 5 12 -
CMYK 0.67 0.58 0 0.95
HSL 232.5º 0.5% 0.03% -
HSV(B) 232.5º 0.67% 0.05% -
XYZ 0.17 0.16 0.37 -
YUV 5.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 4 5 12 0.67 0.58 0 0.95 232.5 0.5 0.03
Hex 4 5 C 43 3A 0 5F E8 32 3
Octal 4 5 14 103 72 0 137 350 62 3
Binary 100 101 1100 1000011 111010 0 1011111 11101000 110010 11

Color Harmonies of #04050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04050C

Black with #04050C

Text Example


Text Example

White with #04050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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