Html Css Color HEX #091225 Black Russian

📋 copy color: '#091225'

red 9 ◦ green 18 ◦ blue 37

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

Shades of Black Russian #091225

Tints of Black Russian #091225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 14.06%
G = 28.13%
B = 57.81%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091225 (or 0x091225) is known color: Black Russian. HEX triplet: 09, 12 and 25. RGB value is (9,18,37). Sum of RGB (Red+Green+Blue) = 9+18+37=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #091225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091225 is #F6EDDA. Grayscale: #111111. Windows color (decimal): -16182747 or 2429449. OLE color: 2429449.

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

Color convert

RGB 9 18 37 -
CMYK 0.76 0.51 0 0.85
HSL 220.71º 0.61% 0.09% -
HSV(B) 220.71º 0.76% 0.15% -
XYZ 0.66 0.62 1.84 -
YUV 17.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 9 18 37 0.76 0.51 0 0.85 220.71 0.61 0.09
Hex 9 12 25 4C 33 0 55 DD 3D 9
Octal 11 22 45 114 63 0 125 335 75 11
Binary 1001 10010 100101 1001100 110011 0 1010101 11011101 111101 1001

Color Harmonies of #091225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091225

Black with #091225

Text Example


Text Example

White with #091225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091225; }

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

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

background-color css

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

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

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

border-color css

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

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

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