Html Css Color HEX #05040C Black Russian

📋 copy color: '#05040C'

red 5 ◦ green 4 ◦ blue 12

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

Shades of Black Russian #05040C

Tints of Black Russian #05040C

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05040C (or 0x05040C) is known color: Black Russian. HEX triplet: 05, 04 and 0C. RGB value is (5,4,12). Sum of RGB (Red+Green+Blue) = 5+4+12=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 4 (1.95% from 255 or 19.05% 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 #05040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05040C is #FAFBF3. Grayscale: #050505. Windows color (decimal): -16448500 or 787461. OLE color: 787461.

HSL color Cylindrical-coordinate representation of color #05040C: hue angle of 247.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 #05040C is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 4 12 -
CMYK 0.58 0.67 0 0.95
HSL 247.5º 0.5% 0.03% -
HSV(B) 247.5º 0.67% 0.05% -
XYZ 0.17 0.15 0.37 -
YUV 5.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 5 4 12 0.58 0.67 0 0.95 247.5 0.5 0.03
Hex 5 4 C 3A 43 0 5F F8 32 3
Octal 5 4 14 72 103 0 137 370 62 3
Binary 101 100 1100 111010 1000011 0 1011111 11111000 110010 11

Color Harmonies of #05040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05040C

Black with #05040C

Text Example


Text Example

White with #05040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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