Html Css Color HEX #08051A Black Russian

📋 copy color: '#08051A'

red 8 ◦ green 5 ◦ blue 26

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

Shades of Black Russian #08051A

Tints of Black Russian #08051A

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#08051A (or 0x08051A) is known color: Black Russian. HEX triplet: 08, 05 and 1A. RGB value is (8,5,26). Sum of RGB (Red+Green+Blue) = 8+5+26=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 5 (2.34% from 255 or 12.82% 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 #08051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08051A is #F7FAE5. Grayscale: #080808. Windows color (decimal): -16251622 or 1705224. OLE color: 1705224.

HSL color Cylindrical-coordinate representation of color #08051A: hue angle of 248.57º 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 #08051A is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 5 26 -
CMYK 0.69 0.81 0 0.90
HSL 248.57º 0.68% 0.06% -
HSV(B) 248.57º 0.81% 0.1% -
XYZ 0.34 0.23 1 -
YUV 8.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 8 5 26 0.69 0.81 0 0.90 248.57 0.68 0.06
Hex 8 5 1A 45 51 0 5A F9 44 6
Octal 10 5 32 105 121 0 132 371 104 6
Binary 1000 101 11010 1000101 1010001 0 1011010 11111001 1000100 110

Color Harmonies of #08051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08051A

Black with #08051A

Text Example


Text Example

White with #08051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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