#3A1020

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

Shades of Blackberry #3A1020

Tints of Blackberry #3A1020

Color information

#3A1020 (or 0x3A1020) is unknown color: approx Blackberry. HEX triplet: 3A, 10 and 20. RGB value is (58,16,32). Sum of RGB (Red+Green+Blue) = 58+16+32=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1020 is #C5EFDF. Grayscale: #1E1E1E. Windows color (decimal): -12972000 or 2101306. OLE color: 2101306.

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

Color convert

RGB581632-
CMYK00.720.450.77
HSL337.14º56.76%14.51%-
HSV(B)337.14º72.41%22.75%-
XYZ2.191.371.52-
YUV30.38128.91147.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=54.72%
G=15.09%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58163200.720.450.77337.1456.7614.51
Hex3A10200482D4D15139f
Octal7220400110551155217117
Binary111010100001000000100100010110110011011010100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,32); }

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

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

 a { background-color: rgb(58,16,32); }

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

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

 span { border-color: rgb(58,16,32); }

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