Html Css Color HEX #08082E Black Russian

📋 copy color: '#08082E'

red 8 ◦ green 8 ◦ blue 46

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

Shades of Black Russian #08082E

Tints of Black Russian #08082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 74.19%

R = 12.9%
G = 12.9%
B = 74.19%

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

#08082E (or 0x08082E) is known color: Black Russian. HEX triplet: 08, 08 and 2E. RGB value is (8,8,46). Sum of RGB (Red+Green+Blue) = 8+8+46=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 46 (18.36% from 255 or 74.19% from 62); Max value from RGB is 46 - color contains mainly: blue. Hex color #08082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08082E is #F7F7D1. Grayscale: #0C0C0C. Windows color (decimal): -16250834 or 3016712. OLE color: 3016712.

HSL color Cylindrical-coordinate representation of color #08082E: hue angle of 240º degrees, saturation: 0.7, 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 #08082E is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 8 46 -
CMYK 0.83 0.83 0 0.82
HSL 240º 0.7% 0.11% -
HSV(B) 240º 0.83% 0.18% -
XYZ 0.68 0.42 2.63 -
YUV 12.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 8 8 46 0.83 0.83 0 0.82 240 0.7 0.11
Hex 8 8 2E 53 53 0 52 F0 46 B
Octal 10 10 56 123 123 0 122 360 106 13
Binary 1000 1000 101110 1010011 1010011 0 1010010 11110000 1000110 1011

Color Harmonies of #08082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08082E

Black with #08082E

Text Example


Text Example

White with #08082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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