#090D2A

Color #090D2A Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #090D2A

Tints of Black Russian #090D2A

Color information

#090D2A (or 0x090D2A) is unknown color: approx Black Russian. HEX triplet: 09, 0D and 2A. RGB value is (9,13,42). Sum of RGB (Red+Green+Blue) = 9+13+42=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #090D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D2A is #F6F2D5. Grayscale: #0E0E0E. Windows color (decimal): -16184022 or 2755849. OLE color: 2755849.

HSL color Cylindrical-coordinate representation of color #090D2A: hue angle of 232.73º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #090D2A is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB91342-
CMYK0.790.6900.84
HSL232.73º64.71%10%-
HSV(B)232.73º78.57%16.47%-
XYZ0.670.512.25-
YUV15.11143.17123.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=14.06%
G=20.31%
B=65.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal913420.790.6900.84232.7364.7110
Hex9D2A4F45054e941a
Octal111552117105012435110112
Binary1001110110101010011111000101010101001110100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090D2A; }

 p { color: rgb(9,13,42); }

 H1.HeaderClassName
 {
   color: #090D2A;
 }
 .AnyTagClassName
 {
   color: #090D2A;
 }
</style>
background-color css

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

 a { background-color: rgb(9,13,42); }

 div.DivClassName
 {
   background-color: #090D2A;
 }
 .BgClassName
 {
   background-color: #090D2A;
 }
</style>
border-color css

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

 span { border-color: rgb(9,13,42); }

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