Html Css Color HEX #05031A Black Russian

📋 copy color: '#05031A'

red 5 ◦ green 3 ◦ blue 26

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

Shades of Black Russian #05031A

Tints of Black Russian #05031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

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

R = 14.71%
G = 8.82%
B = 76.47%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05031A (or 0x05031A) is known color: Black Russian. HEX triplet: 05, 03 and 1A. RGB value is (5,3,26). Sum of RGB (Red+Green+Blue) = 5+3+26=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #05031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05031A is #FAFCE5. Grayscale: #060606. Windows color (decimal): -16448742 or 1704709. OLE color: 1704709.

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

Color convert

RGB 5 3 26 -
CMYK 0.81 0.88 0 0.90
HSL 245.22º 0.79% 0.06% -
HSV(B) 245.22º 0.88% 0.1% -
XYZ 0.28 0.17 1 -
YUV 6.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 5 3 26 0.81 0.88 0 0.90 245.22 0.79 0.06
Hex 5 3 1A 51 58 0 5A F5 4F 6
Octal 5 3 32 121 130 0 132 365 117 6
Binary 101 11 11010 1010001 1011000 0 1011010 11110101 1001111 110

Color Harmonies of #05031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05031A

Black with #05031A

Text Example


Text Example

White with #05031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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