Html Css Color HEX #08071D Black Russian

📋 copy color: '#08071D'

red 8 ◦ green 7 ◦ blue 29

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

Shades of Black Russian #08071D

Tints of Black Russian #08071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

 BLUE value IS 29 (11.72% from 255) = 65.91%

R = 18.18%
G = 15.91%
B = 65.91%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08071D (or 0x08071D) is known color: Black Russian. HEX triplet: 08, 07 and 1D. RGB value is (8,7,29). Sum of RGB (Red+Green+Blue) = 8+7+29=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #08071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08071D is #F7F8E2. Grayscale: #090909. Windows color (decimal): -16251107 or 1902344. OLE color: 1902344.

HSL color Cylindrical-coordinate representation of color #08071D: hue angle of 242.73º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08071D is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 7 29 -
CMYK 0.72 0.76 0 0.89
HSL 242.73º 0.61% 0.07% -
HSV(B) 242.73º 0.76% 0.11% -
XYZ 0.4 0.29 1.2 -
YUV 9.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 8 7 29 0.72 0.76 0 0.89 242.73 0.61 0.07
Hex 8 7 1D 48 4C 0 59 F3 3D 7
Octal 10 7 35 110 114 0 131 363 75 7
Binary 1000 111 11101 1001000 1001100 0 1011001 11110011 111101 111

Color Harmonies of #08071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08071D

Black with #08071D

Text Example


Text Example

White with #08071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08071D; }

 p { color: rgb(8,7,29); }

 H1.HeaderClassName
 {
   color: #08071D;
 }
 .AnyTagClassName
 {
   color: #08071D;
 }
</style>

background-color css

<style>
 a { background-color: #08071D; }

 a { background-color: rgb(8,7,29); }

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

border-color css

<style>
 span { border-color: #08071D; }

 span { border-color: rgb(8,7,29); }

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