#3A132F

Color #3A132F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #3A132F

Tints of Blackberry #3A132F

Color information

#3A132F (or 0x3A132F) is unknown color: approx Blackberry. HEX triplet: 3A, 13 and 2F. RGB value is (58,19,47). Sum of RGB (Red+Green+Blue) = 58+19+47=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A132F is #C5ECD0. Grayscale: #212121. Windows color (decimal): -12971217 or 3085114. OLE color: 3085114.

HSL color Cylindrical-coordinate representation of color #3A132F: hue angle of 316.92º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A132F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB581947-
CMYK00.670.190.77
HSL316.92º50.65%15.1%-
HSV(B)316.92º67.24%22.75%-
XYZ2.491.572.86-
YUV33.85135.42145.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=46.77%
G=15.32%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58194700.670.190.77316.9250.6515.1
Hex3A132F043134D13d33f
Octal7223570103231154756317
Binary11101010011101111010000111001110011011001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A132F; }

 p { color: rgb(58,19,47); }

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

<style>
 a { background-color: #3A132F; }

 a { background-color: rgb(58,19,47); }

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

<style>
 span { border-color: #3A132F; }

 span { border-color: rgb(58,19,47); }

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