#00092B

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

Shades of Black Russian #00092B

Tints of Black Russian #00092B

Color information

#00092B (or 0x00092B) is unknown color: approx Black Russian. HEX triplet: 00, 09 and 2B. RGB value is (0,9,43). Sum of RGB (Red+Green+Blue) = 0+9+43=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 43 (17.19% from 255 or 82.69% from 52); Max value from RGB is 43 - color contains mainly: blue. Hex color #00092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00092B is #FFF6D4. Grayscale: #0A0A0A. Windows color (decimal): -16774869 or 2820352. OLE color: 2820352.

HSL color Cylindrical-coordinate representation of color #00092B: hue angle of 227.44º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00092B is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB0943-
CMYK10.7900.83
HSL227.44º100%8.43%-
HSV(B)227.44º100%16.86%-
XYZ0.530.372.33-
YUV10.18146.52120.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 43 (17.19% from 255) = 82.69%
R=0%
G=17.31%
B=82.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal094310.7900.83227.441008.43
Hex092B644F053e3648
Octal01153144117012334314410
Binary0100110101111001001001111010100111110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00092B; }

 p { color: rgb(0,9,43); }

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

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

 a { background-color: rgb(0,9,43); }

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

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

 span { border-color: rgb(0,9,43); }

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