Html Css Color HEX #05041C Black Russian

📋 copy color: '#05041C'

red 5 ◦ green 4 ◦ blue 28

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

Shades of Black Russian #05041C

Tints of Black Russian #05041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 75.68%

R = 13.51%
G = 10.81%
B = 75.68%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05041C (or 0x05041C) is known color: Black Russian. HEX triplet: 05, 04 and 1C. RGB value is (5,4,28). Sum of RGB (Red+Green+Blue) = 5+4+28=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #05041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05041C is #FAFBE3. Grayscale: #060606. Windows color (decimal): -16448484 or 1836037. OLE color: 1836037.

HSL color Cylindrical-coordinate representation of color #05041C: hue angle of 242.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05041C is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 4 28 -
CMYK 0.82 0.86 0 0.89
HSL 242.5º 0.75% 0.06% -
HSV(B) 242.5º 0.86% 0.11% -
XYZ 0.32 0.2 1.12 -
YUV 7.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 5 4 28 0.82 0.86 0 0.89 242.5 0.75 0.06
Hex 5 4 1C 52 56 0 59 F2 4B 6
Octal 5 4 34 122 126 0 131 362 113 6
Binary 101 100 11100 1010010 1010110 0 1011001 11110010 1001011 110

Color Harmonies of #05041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05041C

Black with #05041C

Text Example


Text Example

White with #05041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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