Html Css Color HEX #08092E Black Russian

📋 copy color: '#08092E'

red 8 ◦ green 9 ◦ blue 46

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

Shades of Black Russian #08092E

Tints of Black Russian #08092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

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

R = 12.7%
G = 14.29%
B = 73.02%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08092E (or 0x08092E) is known color: Black Russian. HEX triplet: 08, 09 and 2E. RGB value is (8,9,46). Sum of RGB (Red+Green+Blue) = 8+9+46=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 46 (18.36% from 255 or 73.02% from 63); Max value from RGB is 46 - color contains mainly: blue. Hex color #08092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08092E is #F7F6D1. Grayscale: #0C0C0C. Windows color (decimal): -16250578 or 3016968. OLE color: 3016968.

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

Color convert

RGB 8 9 46 -
CMYK 0.83 0.80 0 0.82
HSL 238.42º 0.7% 0.11% -
HSV(B) 238.42º 0.83% 0.18% -
XYZ 0.69 0.44 2.63 -
YUV 12.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 8 9 46 0.83 0.80 0 0.82 238.42 0.7 0.11
Hex 8 9 2E 53 50 0 52 EE 46 B
Octal 10 11 56 123 120 0 122 356 106 13
Binary 1000 1001 101110 1010011 1010000 0 1010010 11101110 1000110 1011

Color Harmonies of #08092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08092E

Black with #08092E

Text Example


Text Example

White with #08092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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