Html Css Color HEX #080F25 Black Russian

📋 copy color: '#080F25'

red 8 ◦ green 15 ◦ blue 37

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

Shades of Black Russian #080F25

Tints of Black Russian #080F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25%

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

R = 13.33%
G = 25%
B = 61.67%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080F25 (or 0x080F25) is known color: Black Russian. HEX triplet: 08, 0F and 25. RGB value is (8,15,37). Sum of RGB (Red+Green+Blue) = 8+15+37=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #080F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F25 is #F7F0DA. Grayscale: #0F0F0F. Windows color (decimal): -16249051 or 2428680. OLE color: 2428680.

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

Color convert

RGB 8 15 37 -
CMYK 0.78 0.59 0 0.85
HSL 225.52º 0.64% 0.09% -
HSV(B) 225.52º 0.78% 0.15% -
XYZ 0.6 0.53 1.82 -
YUV 15.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 8 15 37 0.78 0.59 0 0.85 225.52 0.64 0.09
Hex 8 F 25 4E 3B 0 55 E2 40 9
Octal 10 17 45 116 73 0 125 342 100 11
Binary 1000 1111 100101 1001110 111011 0 1010101 11100010 1000000 1001

Color Harmonies of #080F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F25

Black with #080F25

Text Example


Text Example

White with #080F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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