Html Css Color HEX #08031B Black Russian

📋 copy color: '#08031B'

red 8 ◦ green 3 ◦ blue 27

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

Shades of Black Russian #08031B

Tints of Black Russian #08031B

RGB

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

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

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

R = 21.05%
G = 7.89%
B = 71.05%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08031B (or 0x08031B) is known color: Black Russian. HEX triplet: 08, 03 and 1B. RGB value is (8,3,27). Sum of RGB (Red+Green+Blue) = 8+3+27=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 27 (10.94% from 255 or 71.05% from 38); Max value from RGB is 27 - color contains mainly: blue. Hex color #08031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031B is #F7FCE4. Grayscale: #070707. Windows color (decimal): -16252133 or 1770248. OLE color: 1770248.

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

Color convert

RGB 8 3 27 -
CMYK 0.70 0.89 0 0.89
HSL 252.5º 0.8% 0.06% -
HSV(B) 252.5º 0.89% 0.11% -
XYZ 0.33 0.2 1.06 -
YUV 7.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 8 3 27 0.70 0.89 0 0.89 252.5 0.8 0.06
Hex 8 3 1B 46 59 0 59 FD 50 6
Octal 10 3 33 106 131 0 131 375 120 6
Binary 1000 11 11011 1000110 1011001 0 1011001 11111101 1010000 110

Color Harmonies of #08031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08031B

Black with #08031B

Text Example


Text Example

White with #08031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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