Html Css Color HEX #08051B Black Russian

📋 copy color: '#08051B'

red 8 ◦ green 5 ◦ blue 27

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

Shades of Black Russian #08051B

Tints of Black Russian #08051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 67.5%

R = 20%
G = 12.5%
B = 67.5%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08051B (or 0x08051B) is known color: Black Russian. HEX triplet: 08, 05 and 1B. RGB value is (8,5,27). Sum of RGB (Red+Green+Blue) = 8+5+27=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #08051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08051B is #F7FAE4. Grayscale: #080808. Windows color (decimal): -16251621 or 1770760. OLE color: 1770760.

HSL color Cylindrical-coordinate representation of color #08051B: hue angle of 248.18º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08051B is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 5 27 -
CMYK 0.70 0.81 0 0.89
HSL 248.18º 0.69% 0.06% -
HSV(B) 248.18º 0.81% 0.11% -
XYZ 0.35 0.24 1.06 -
YUV 8.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 8 5 27 0.70 0.81 0 0.89 248.18 0.69 0.06
Hex 8 5 1B 46 51 0 59 F8 45 6
Octal 10 5 33 106 121 0 131 370 105 6
Binary 1000 101 11011 1000110 1010001 0 1011001 11111000 1000101 110

Color Harmonies of #08051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08051B

Black with #08051B

Text Example


Text Example

White with #08051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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