#000B2A

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

Shades of Black Russian #000B2A

Tints of Black Russian #000B2A

Color information

#000B2A (or 0x000B2A) is unknown color: approx Black Russian. HEX triplet: 00, 0B and 2A. RGB value is (0,11,42). Sum of RGB (Red+Green+Blue) = 0+11+42=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 42 (16.80% from 255 or 79.25% from 53); Max value from RGB is 42 - color contains mainly: blue. Hex color #000B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B2A is #FFF4D5. Grayscale: #0B0B0B. Windows color (decimal): -16774358 or 2755328. OLE color: 2755328.

HSL color Cylindrical-coordinate representation of color #000B2A: hue angle of 224.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B2A is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB01142-
CMYK10.7400.84
HSL224.29º100%8.24%-
HSV(B)224.29º100%16.47%-
XYZ0.540.412.24-
YUV11.24145.36119.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 42 (16.80% from 255) = 79.25%
R=0%
G=20.75%
B=79.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0114210.7400.84224.291008.24
Hex0B2A644A054e0648
Octal01352144112012434014410
Binary0101110101011001001001010010101001110000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B2A; }

 p { color: rgb(0,11,42); }

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

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

 a { background-color: rgb(0,11,42); }

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

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

 span { border-color: rgb(0,11,42); }

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