Html Css Color HEX #08071C Black Russian

📋 copy color: '#08071C'

red 8 ◦ green 7 ◦ blue 28

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

Shades of Black Russian #08071C

Tints of Black Russian #08071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 65.12%

R = 18.6%
G = 16.28%
B = 65.12%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08071C (or 0x08071C) is known color: Black Russian. HEX triplet: 08, 07 and 1C. RGB value is (8,7,28). Sum of RGB (Red+Green+Blue) = 8+7+28=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #08071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08071C is #F7F8E3. Grayscale: #090909. Windows color (decimal): -16251108 or 1836808. OLE color: 1836808.

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

Color convert

RGB 8 7 28 -
CMYK 0.71 0.75 0 0.89
HSL 242.86º 0.6% 0.07% -
HSV(B) 242.86º 0.75% 0.11% -
XYZ 0.39 0.29 1.13 -
YUV 9.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 8 7 28 0.71 0.75 0 0.89 242.86 0.6 0.07
Hex 8 7 1C 47 4B 0 59 F3 3C 7
Octal 10 7 34 107 113 0 131 363 74 7
Binary 1000 111 11100 1000111 1001011 0 1011001 11110011 111100 111

Color Harmonies of #08071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08071C

Black with #08071C

Text Example


Text Example

White with #08071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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