Html Css Color HEX #08051E Black Russian

📋 copy color: '#08051E'

red 8 ◦ green 5 ◦ blue 30

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

Shades of Black Russian #08051E

Tints of Black Russian #08051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 69.77%

R = 18.6%
G = 11.63%
B = 69.77%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08051E (or 0x08051E) is known color: Black Russian. HEX triplet: 08, 05 and 1E. RGB value is (8,5,30). Sum of RGB (Red+Green+Blue) = 8+5+30=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #08051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08051E is #F7FAE1. Grayscale: #080808. Windows color (decimal): -16251618 or 1967368. OLE color: 1967368.

HSL color Cylindrical-coordinate representation of color #08051E: hue angle of 247.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08051E is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 5 30 -
CMYK 0.73 0.83 0 0.88
HSL 247.2º 0.71% 0.07% -
HSV(B) 247.2º 0.83% 0.12% -
XYZ 0.39 0.25 1.26 -
YUV 8.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 8 5 30 0.73 0.83 0 0.88 247.2 0.71 0.07
Hex 8 5 1E 49 53 0 58 F7 47 7
Octal 10 5 36 111 123 0 130 367 107 7
Binary 1000 101 11110 1001001 1010011 0 1011000 11110111 1000111 111

Color Harmonies of #08051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08051E

Black with #08051E

Text Example


Text Example

White with #08051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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