Html Css Color HEX #08082F Black Russian

📋 copy color: '#08082F'

red 8 ◦ green 8 ◦ blue 47

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

Shades of Black Russian #08082F

Tints of Black Russian #08082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.7%

 BLUE value IS 47 (18.75% from 255) = 74.6%

R = 12.7%
G = 12.7%
B = 74.6%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08082F (or 0x08082F) is known color: Black Russian. HEX triplet: 08, 08 and 2F. RGB value is (8,8,47). Sum of RGB (Red+Green+Blue) = 8+8+47=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #08082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08082F is #F7F7D0. Grayscale: #0C0C0C. Windows color (decimal): -16250833 or 3082248. OLE color: 3082248.

HSL color Cylindrical-coordinate representation of color #08082F: hue angle of 240º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08082F is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 8 47 -
CMYK 0.83 0.83 0 0.82
HSL 240º 0.71% 0.11% -
HSV(B) 240º 0.83% 0.18% -
XYZ 0.7 0.43 2.74 -
YUV 12.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 8 8 47 0.83 0.83 0 0.82 240 0.71 0.11
Hex 8 8 2F 53 53 0 52 F0 47 B
Octal 10 10 57 123 123 0 122 360 107 13
Binary 1000 1000 101111 1010011 1010011 0 1010010 11110000 1000111 1011

Color Harmonies of #08082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08082F

Black with #08082F

Text Example


Text Example

White with #08082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,8,47); }

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

background-color css

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

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

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

border-color css

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

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

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