Html Css Color HEX #08071B Black Russian

📋 copy color: '#08071B'

red 8 ◦ green 7 ◦ blue 27

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

Shades of Black Russian #08071B

Tints of Black Russian #08071B

RGB

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

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

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

R = 19.05%
G = 16.67%
B = 64.29%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08071B (or 0x08071B) is known color: Black Russian. HEX triplet: 08, 07 and 1B. RGB value is (8,7,27). Sum of RGB (Red+Green+Blue) = 8+7+27=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #08071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08071B is #F7F8E4. Grayscale: #090909. Windows color (decimal): -16251109 or 1771272. OLE color: 1771272.

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

Color convert

RGB 8 7 27 -
CMYK 0.70 0.74 0 0.89
HSL 243º 0.59% 0.07% -
HSV(B) 243º 0.74% 0.11% -
XYZ 0.37 0.28 1.07 -
YUV 9.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 8 7 27 0.70 0.74 0 0.89 243 0.59 0.07
Hex 8 7 1B 46 4A 0 59 F3 3B 7
Octal 10 7 33 106 112 0 131 363 73 7
Binary 1000 111 11011 1000110 1001010 0 1011001 11110011 111011 111

Color Harmonies of #08071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08071B

Black with #08071B

Text Example


Text Example

White with #08071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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