Html Css Color HEX #08031F Black Russian

📋 copy color: '#08031F'

red 8 ◦ green 3 ◦ blue 31

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

Shades of Black Russian #08031F

Tints of Black Russian #08031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 73.81%

R = 19.05%
G = 7.14%
B = 73.81%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#08031F (or 0x08031F) is known color: Black Russian. HEX triplet: 08, 03 and 1F. RGB value is (8,3,31). Sum of RGB (Red+Green+Blue) = 8+3+31=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #08031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031F is #F7FCE0. Grayscale: #070707. Windows color (decimal): -16252129 or 2032392. OLE color: 2032392.

HSL color Cylindrical-coordinate representation of color #08031F: hue angle of 250.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08031F is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 3 31 -
CMYK 0.74 0.90 0 0.88
HSL 250.71º 0.82% 0.07% -
HSV(B) 250.71º 0.9% 0.12% -
XYZ 0.38 0.22 1.32 -
YUV 7.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 8 3 31 0.74 0.90 0 0.88 250.71 0.82 0.07
Hex 8 3 1F 4A 5A 0 58 FB 52 7
Octal 10 3 37 112 132 0 130 373 122 7
Binary 1000 11 11111 1001010 1011010 0 1011000 11111011 1010010 111

Color Harmonies of #08031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08031F

Black with #08031F

Text Example


Text Example

White with #08031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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