#090C1B

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

Shades of Black Russian #090C1B

Tints of Black Russian #090C1B

Color information

#090C1B (or 0x090C1B) is unknown color: approx Black Russian. HEX triplet: 09, 0C and 1B. RGB value is (9,12,27). Sum of RGB (Red+Green+Blue) = 9+12+27=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #090C1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C1B is #F6F3E4. Grayscale: #0C0C0C. Windows color (decimal): -16184293 or 1772553. OLE color: 1772553.

HSL color Cylindrical-coordinate representation of color #090C1B: hue angle of 230º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #090C1B is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91227-
CMYK0.670.5600.89
HSL230º50%7.06%-
HSV(B)230º66.67%10.59%-
XYZ0.440.41.09-
YUV12.81136.01125.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 56.25%
R=18.75%
G=25%
B=56.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal912270.670.5600.89230507.06
Hex9C1B4338059e6327
Octal111433103700131346627
Binary100111001101110000111110000101100111100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,12,27); }

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

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

 a { background-color: rgb(9,12,27); }

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

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

 span { border-color: rgb(9,12,27); }

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