#03082B

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

Shades of Black Russian #03082B

Tints of Black Russian #03082B

Color information

#03082B (or 0x03082B) is unknown color: approx Black Russian. HEX triplet: 03, 08 and 2B. RGB value is (3,8,43). Sum of RGB (Red+Green+Blue) = 3+8+43=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 43 (17.19% from 255 or 79.63% from 54); Max value from RGB is 43 - color contains mainly: blue. Hex color #03082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03082B is #FCF7D4. Grayscale: #0A0A0A. Windows color (decimal): -16578517 or 2820099. OLE color: 2820099.

HSL color Cylindrical-coordinate representation of color #03082B: hue angle of 232.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03082B is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB3843-
CMYK0.930.8100.83
HSL232.5º86.96%9.02%-
HSV(B)232.5º93.02%16.86%-
XYZ0.560.372.33-
YUV10.5146.34122.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 43 (17.19% from 255) = 79.63%
R=5.56%
G=14.81%
B=79.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal38430.930.8100.83232.586.969.02
Hex382B5D51053e8579
Octal31053135121012335012711
Binary11100010101110111011010001010100111110100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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