Html Css Color HEX #080725 Black Russian

📋 copy color: '#080725'

red 8 ◦ green 7 ◦ blue 37

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

Shades of Black Russian #080725

Tints of Black Russian #080725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.46%

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

R = 15.38%
G = 13.46%
B = 71.15%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080725 (or 0x080725) is known color: Black Russian. HEX triplet: 08, 07 and 25. RGB value is (8,7,37). Sum of RGB (Red+Green+Blue) = 8+7+37=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #080725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080725 is #F7F8DA. Grayscale: #0A0A0A. Windows color (decimal): -16251099 or 2426632. OLE color: 2426632.

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

Color convert

RGB 8 7 37 -
CMYK 0.78 0.81 0 0.85
HSL 242º 0.68% 0.09% -
HSV(B) 242º 0.81% 0.15% -
XYZ 0.51 0.34 1.79 -
YUV 10.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 8 7 37 0.78 0.81 0 0.85 242 0.68 0.09
Hex 8 7 25 4E 51 0 55 F2 44 9
Octal 10 7 45 116 121 0 125 362 104 11
Binary 1000 111 100101 1001110 1010001 0 1010101 11110010 1000100 1001

Color Harmonies of #080725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080725

Black with #080725

Text Example


Text Example

White with #080725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080725; }

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

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

background-color css

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

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

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

border-color css

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

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

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