Html Css Color HEX #05041A Black Russian

📋 copy color: '#05041A'

red 5 ◦ green 4 ◦ blue 26

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

Shades of Black Russian #05041A

Tints of Black Russian #05041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 74.29%

R = 14.29%
G = 11.43%
B = 74.29%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05041A (or 0x05041A) is known color: Black Russian. HEX triplet: 05, 04 and 1A. RGB value is (5,4,26). Sum of RGB (Red+Green+Blue) = 5+4+26=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #05041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05041A is #FAFBE5. Grayscale: #060606. Windows color (decimal): -16448486 or 1704965. OLE color: 1704965.

HSL color Cylindrical-coordinate representation of color #05041A: hue angle of 242.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05041A is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 4 26 -
CMYK 0.81 0.85 0 0.90
HSL 242.73º 0.73% 0.06% -
HSV(B) 242.73º 0.85% 0.1% -
XYZ 0.29 0.19 1 -
YUV 6.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 5 4 26 0.81 0.85 0 0.90 242.73 0.73 0.06
Hex 5 4 1A 51 55 0 5A F3 49 6
Octal 5 4 32 121 125 0 132 363 111 6
Binary 101 100 11010 1010001 1010101 0 1011010 11110011 1001001 110

Color Harmonies of #05041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05041A

Black with #05041A

Text Example


Text Example

White with #05041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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