Html Css Color HEX #090525 Black Russian

📋 copy color: '#090525'

red 9 ◦ green 5 ◦ blue 37

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

Shades of Black Russian #090525

Tints of Black Russian #090525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.8%

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

R = 17.65%
G = 9.8%
B = 72.55%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#090525 (or 0x090525) is known color: Black Russian. HEX triplet: 09, 05 and 25. RGB value is (9,5,37). Sum of RGB (Red+Green+Blue) = 9+5+37=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 37 (14.84% from 255 or 72.55% from 51); Max value from RGB is 37 - color contains mainly: blue. Hex color #090525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090525 is #F6FADA. Grayscale: #090909. Windows color (decimal): -16186075 or 2426121. OLE color: 2426121.

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

Color convert

RGB 9 5 37 -
CMYK 0.76 0.86 0 0.85
HSL 247.5º 0.76% 0.08% -
HSV(B) 247.5º 0.86% 0.15% -
XYZ 0.5 0.3 1.78 -
YUV 9.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 9 5 37 0.76 0.86 0 0.85 247.5 0.76 0.08
Hex 9 5 25 4C 56 0 55 F8 4C 8
Octal 11 5 45 114 126 0 125 370 114 10
Binary 1001 101 100101 1001100 1010110 0 1010101 11111000 1001100 1000

Color Harmonies of #090525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090525

Black with #090525

Text Example


Text Example

White with #090525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090525; }

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

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

background-color css

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

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

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

border-color css

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

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

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