Html Css Color HEX #080234 Black Russian

📋 copy color: '#080234'

red 8 ◦ green 2 ◦ blue 52

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

Shades of Black Russian #080234

Tints of Black Russian #080234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.23%

 BLUE value IS 52 (20.7% from 255) = 83.87%

R = 12.9%
G = 3.23%
B = 83.87%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080234 (or 0x080234) is known color: Black Russian. HEX triplet: 08, 02 and 34. RGB value is (8,2,52). Sum of RGB (Red+Green+Blue) = 8+2+52=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 52 (20.70% from 255 or 83.87% from 62); Max value from RGB is 52 - color contains mainly: blue. Hex color #080234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080234 is #F7FDCB. Grayscale: #090909. Windows color (decimal): -16252364 or 3408392. OLE color: 3408392.

HSL color Cylindrical-coordinate representation of color #080234: hue angle of 247.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080234 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 2 52 -
CMYK 0.85 0.96 0 0.80
HSL 247.2º 0.93% 0.11% -
HSV(B) 247.2º 0.96% 0.2% -
XYZ 0.74 0.34 3.28 -
YUV 9.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 8 2 52 0.85 0.96 0 0.80 247.2 0.93 0.11
Hex 8 2 34 55 60 0 50 F7 5D B
Octal 10 2 64 125 140 0 120 367 135 13
Binary 1000 10 110100 1010101 1100000 0 1010000 11110111 1011101 1011

Color Harmonies of #080234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080234

Black with #080234

Text Example


Text Example

White with #080234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080234; }

 p { color: rgb(8,2,52); }

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

background-color css

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

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

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

border-color css

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

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

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