Html Css Color HEX #08072B Black Russian

📋 copy color: '#08072B'

red 8 ◦ green 7 ◦ blue 43

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

Shades of Black Russian #08072B

Tints of Black Russian #08072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 74.14%

R = 13.79%
G = 12.07%
B = 74.14%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#08072B (or 0x08072B) is known color: Black Russian. HEX triplet: 08, 07 and 2B. RGB value is (8,7,43). Sum of RGB (Red+Green+Blue) = 8+7+43=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 43 (17.19% from 255 or 74.14% from 58); Max value from RGB is 43 - color contains mainly: blue. Hex color #08072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08072B is #F7F8D4. Grayscale: #0B0B0B. Windows color (decimal): -16251093 or 2819848. OLE color: 2819848.

HSL color Cylindrical-coordinate representation of color #08072B: hue angle of 241.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08072B is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 8 7 43 -
CMYK 0.81 0.84 0 0.83
HSL 241.67º 0.72% 0.1% -
HSV(B) 241.67º 0.84% 0.17% -
XYZ 0.61 0.38 2.33 -
YUV 11.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 8 7 43 0.81 0.84 0 0.83 241.67 0.72 0.1
Hex 8 7 2B 51 54 0 53 F2 48 A
Octal 10 7 53 121 124 0 123 362 110 12
Binary 1000 111 101011 1010001 1010100 0 1010011 11110010 1001000 1010

Color Harmonies of #08072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08072B

Black with #08072B

Text Example


Text Example

White with #08072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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