Html Css Color HEX #081125 Black Russian

📋 copy color: '#081125'

red 8 ◦ green 17 ◦ blue 37

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

Shades of Black Russian #081125

Tints of Black Russian #081125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.42%

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

R = 12.9%
G = 27.42%
B = 59.68%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081125 (or 0x081125) is known color: Black Russian. HEX triplet: 08, 11 and 25. RGB value is (8,17,37). Sum of RGB (Red+Green+Blue) = 8+17+37=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #081125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081125 is #F7EEDA. Grayscale: #101010. Windows color (decimal): -16248539 or 2429192. OLE color: 2429192.

HSL color Cylindrical-coordinate representation of color #081125: hue angle of 221.38º 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 #081125 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 17 37 -
CMYK 0.78 0.54 0 0.85
HSL 221.38º 0.64% 0.09% -
HSV(B) 221.38º 0.78% 0.15% -
XYZ 0.63 0.59 1.83 -
YUV 16.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 8 17 37 0.78 0.54 0 0.85 221.38 0.64 0.09
Hex 8 11 25 4E 36 0 55 DD 40 9
Octal 10 21 45 116 66 0 125 335 100 11
Binary 1000 10001 100101 1001110 110110 0 1010101 11011101 1000000 1001

Color Harmonies of #081125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081125

Black with #081125

Text Example


Text Example

White with #081125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081125; }

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

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

background-color css

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

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

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

border-color css

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

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

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