Html Css Color HEX #090135 Black Russian

📋 copy color: '#090135'

red 9 ◦ green 1 ◦ blue 53

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

Shades of Black Russian #090135

Tints of Black Russian #090135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 84.13%

R = 14.29%
G = 1.59%
B = 84.13%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#090135 (or 0x090135) is known color: Black Russian. HEX triplet: 09, 01 and 35. RGB value is (9,1,53). Sum of RGB (Red+Green+Blue) = 9+1+53=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 53 (21.09% from 255 or 84.13% from 63); Max value from RGB is 53 - color contains mainly: blue. Hex color #090135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090135 is #F6FECA. Grayscale: #090909. Windows color (decimal): -16187083 or 3473673. OLE color: 3473673.

HSL color Cylindrical-coordinate representation of color #090135: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090135 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 1 53 -
CMYK 0.83 0.98 0 0.79
HSL 249.23º 0.96% 0.11% -
HSV(B) 249.23º 0.98% 0.21% -
XYZ 0.77 0.34 3.39 -
YUV 9.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 9 1 53 0.83 0.98 0 0.79 249.23 0.96 0.11
Hex 9 1 35 53 62 0 4F F9 60 B
Octal 11 1 65 123 142 0 117 371 140 13
Binary 1001 1 110101 1010011 1100010 0 1001111 11111001 1100000 1011

Color Harmonies of #090135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090135

Black with #090135

Text Example


Text Example

White with #090135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090135; }

 p { color: rgb(9,1,53); }

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

background-color css

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

 a { background-color: rgb(9,1,53); }

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

border-color css

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

 span { border-color: rgb(9,1,53); }

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