Html Css Color HEX #080425 Black Russian

📋 copy color: '#080425'

red 8 ◦ green 4 ◦ blue 37

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

Shades of Black Russian #080425

Tints of Black Russian #080425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.16%

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

R = 16.33%
G = 8.16%
B = 75.51%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080425 (or 0x080425) is known color: Black Russian. HEX triplet: 08, 04 and 25. RGB value is (8,4,37). Sum of RGB (Red+Green+Blue) = 8+4+37=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 37 (14.84% from 255 or 75.51% from 49); Max value from RGB is 37 - color contains mainly: blue. Hex color #080425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080425 is #F7FBDA. Grayscale: #080808. Windows color (decimal): -16251867 or 2425864. OLE color: 2425864.

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

Color convert

RGB 8 4 37 -
CMYK 0.78 0.89 0 0.85
HSL 247.27º 0.8% 0.08% -
HSV(B) 247.27º 0.89% 0.15% -
XYZ 0.48 0.27 1.78 -
YUV 8.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 8 4 37 0.78 0.89 0 0.85 247.27 0.8 0.08
Hex 8 4 25 4E 59 0 55 F7 50 8
Octal 10 4 45 116 131 0 125 367 120 10
Binary 1000 100 100101 1001110 1011001 0 1010101 11110111 1010000 1000

Color Harmonies of #080425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080425

Black with #080425

Text Example


Text Example

White with #080425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080425; }

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

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

background-color css

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

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

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

border-color css

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

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

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