Html Css Color HEX #080933 Black Russian

📋 copy color: '#080933'

red 8 ◦ green 9 ◦ blue 51

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

Shades of Black Russian #080933

Tints of Black Russian #080933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 75%

R = 11.76%
G = 13.24%
B = 75%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#080933 (or 0x080933) is known color: Black Russian. HEX triplet: 08, 09 and 33. RGB value is (8,9,51). Sum of RGB (Red+Green+Blue) = 8+9+51=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 51 (20.31% from 255 or 75% from 68); Max value from RGB is 51 - color contains mainly: blue. Hex color #080933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080933 is #F7F6CC. Grayscale: #0D0D0D. Windows color (decimal): -16250573 or 3344648. OLE color: 3344648.

HSL color Cylindrical-coordinate representation of color #080933: hue angle of 238.6º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080933 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 9 51 -
CMYK 0.84 0.82 0 0.8
HSL 238.6º 0.73% 0.12% -
HSV(B) 238.6º 0.84% 0.2% -
XYZ 0.8 0.49 3.18 -
YUV 13.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 8 9 51 0.84 0.82 0 0.8 238.6 0.73 0.12
Hex 8 9 33 54 52 0 50 EF 49 C
Octal 10 11 63 124 122 0 120 357 111 14
Binary 1000 1001 110011 1010100 1010010 0 1010000 11101111 1001001 1100

Color Harmonies of #080933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080933

Black with #080933

Text Example


Text Example

White with #080933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080933; }

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

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

background-color css

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

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

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

border-color css

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

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

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