#00082B

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

Shades of Black Russian #00082B

Tints of Black Russian #00082B

Color information

#00082B (or 0x00082B) is unknown color: approx Black Russian. HEX triplet: 00, 08 and 2B. RGB value is (0,8,43). Sum of RGB (Red+Green+Blue) = 0+8+43=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 43 (17.19% from 255 or 84.31% from 51); Max value from RGB is 43 - color contains mainly: blue. Hex color #00082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00082B is #FFF7D4. Grayscale: #090909. Windows color (decimal): -16775125 or 2820096. OLE color: 2820096.

HSL color Cylindrical-coordinate representation of color #00082B: hue angle of 228.84º 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 #00082B is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB0843-
CMYK10.8100.83
HSL228.84º100%8.43%-
HSV(B)228.84º100%16.86%-
XYZ0.520.352.33-
YUV9.6146.85121.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 43 (17.19% from 255) = 84.31%
R=0%
G=15.69%
B=84.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal084310.8100.83228.841008.43
Hex082B6451053e5648
Octal01053144121012334514410
Binary0100010101111001001010001010100111110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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