Html Css Color HEX #080325 Black Russian

📋 copy color: '#080325'

red 8 ◦ green 3 ◦ blue 37

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

Shades of Black Russian #080325

Tints of Black Russian #080325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

 BLUE value IS 37 (14.84% from 255) = 77.08%

R = 16.67%
G = 6.25%
B = 77.08%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080325 (or 0x080325) is known color: Black Russian. HEX triplet: 08, 03 and 25. RGB value is (8,3,37). Sum of RGB (Red+Green+Blue) = 8+3+37=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #080325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080325 is #F7FCDA. Grayscale: #080808. Windows color (decimal): -16252123 or 2425608. OLE color: 2425608.

HSL color Cylindrical-coordinate representation of color #080325: hue angle of 248.82º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080325 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 3 37 -
CMYK 0.78 0.92 0 0.85
HSL 248.82º 0.85% 0.08% -
HSV(B) 248.82º 0.92% 0.15% -
XYZ 0.47 0.25 1.77 -
YUV 8.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 8 3 37 0.78 0.92 0 0.85 248.82 0.85 0.08
Hex 8 3 25 4E 5C 0 55 F9 55 8
Octal 10 3 45 116 134 0 125 371 125 10
Binary 1000 11 100101 1001110 1011100 0 1010101 11111001 1010101 1000

Color Harmonies of #080325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080325

Black with #080325

Text Example


Text Example

White with #080325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080325; }

 p { color: rgb(8,3,37); }

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

background-color css

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

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

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

border-color css

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

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

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