Html Css Color HEX #05081A Black Russian

📋 copy color: '#05081A'

red 5 ◦ green 8 ◦ blue 26

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

Shades of Black Russian #05081A

Tints of Black Russian #05081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20.51%

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

R = 12.82%
G = 20.51%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05081A (or 0x05081A) is known color: Black Russian. HEX triplet: 05, 08 and 1A. RGB value is (5,8,26). Sum of RGB (Red+Green+Blue) = 5+8+26=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #05081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081A is #FAF7E5. Grayscale: #090909. Windows color (decimal): -16447462 or 1705989. OLE color: 1705989.

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

Color convert

RGB 5 8 26 -
CMYK 0.81 0.69 0 0.90
HSL 231.43º 0.68% 0.06% -
HSV(B) 231.43º 0.81% 0.1% -
XYZ 0.34 0.28 1.01 -
YUV 9.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 5 8 26 0.81 0.69 0 0.90 231.43 0.68 0.06
Hex 5 8 1A 51 45 0 5A E7 44 6
Octal 5 10 32 121 105 0 132 347 104 6
Binary 101 1000 11010 1010001 1000101 0 1011010 11100111 1000100 110

Color Harmonies of #05081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05081A

Black with #05081A

Text Example


Text Example

White with #05081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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