Html Css Color HEX #080125 Black Russian

📋 copy color: '#080125'

red 8 ◦ green 1 ◦ blue 37

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

Shades of Black Russian #080125

Tints of Black Russian #080125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

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

R = 17.39%
G = 2.17%
B = 80.43%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080125 (or 0x080125) is known color: Black Russian. HEX triplet: 08, 01 and 25. RGB value is (8,1,37). Sum of RGB (Red+Green+Blue) = 8+1+37=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 37 (14.84% from 255 or 80.43% from 46); Max value from RGB is 37 - color contains mainly: blue. Hex color #080125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080125 is #F7FEDA. Grayscale: #070707. Windows color (decimal): -16252635 or 2425096. OLE color: 2425096.

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

Color convert

RGB 8 1 37 -
CMYK 0.78 0.97 0 0.85
HSL 251.67º 0.95% 0.07% -
HSV(B) 251.67º 0.97% 0.15% -
XYZ 0.44 0.21 1.77 -
YUV 7.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 8 1 37 0.78 0.97 0 0.85 251.67 0.95 0.07
Hex 8 1 25 4E 61 0 55 FC 5F 7
Octal 10 1 45 116 141 0 125 374 137 7
Binary 1000 1 100101 1001110 1100001 0 1010101 11111100 1011111 111

Color Harmonies of #080125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080125

Black with #080125

Text Example


Text Example

White with #080125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080125; }

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

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

background-color css

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

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

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

border-color css

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

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

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