Html Css Color HEX #091025 Black Russian

📋 copy color: '#091025'

red 9 ◦ green 16 ◦ blue 37

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

Shades of Black Russian #091025

Tints of Black Russian #091025

RGB

 RED value IS 9 (3.91% from 255) = 14.52%

 GREEN value IS 16 (6.64% from 255) = 25.81%

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

R = 14.52%
G = 25.81%
B = 59.68%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091025 (or 0x091025) is known color: Black Russian. HEX triplet: 09, 10 and 25. RGB value is (9,16,37). Sum of RGB (Red+Green+Blue) = 9+16+37=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 16 (6.64% from 255 or 25.81% 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 #091025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091025 is #F6EFDA. Grayscale: #101010. Windows color (decimal): -16183259 or 2428937. OLE color: 2428937.

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

Color convert

RGB 9 16 37 -
CMYK 0.76 0.57 0 0.85
HSL 225º 0.61% 0.09% -
HSV(B) 225º 0.76% 0.15% -
XYZ 0.63 0.56 1.83 -
YUV 16.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 9 16 37 0.76 0.57 0 0.85 225 0.61 0.09
Hex 9 10 25 4C 39 0 55 E1 3D 9
Octal 11 20 45 114 71 0 125 341 75 11
Binary 1001 10000 100101 1001100 111001 0 1010101 11100001 111101 1001

Color Harmonies of #091025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091025

Black with #091025

Text Example


Text Example

White with #091025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091025; }

 p { color: rgb(9,16,37); }

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

background-color css

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

 a { background-color: rgb(9,16,37); }

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

border-color css

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

 span { border-color: rgb(9,16,37); }

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