#3A1529

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

Shades of Blackberry #3A1529

Tints of Blackberry #3A1529

Color information

#3A1529 (or 0x3A1529) is unknown color: approx Blackberry. HEX triplet: 3A, 15 and 29. RGB value is (58,21,41). Sum of RGB (Red+Green+Blue) = 58+21+41=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1529 is #C5EAD6. Grayscale: #222222. Windows color (decimal): -12970711 or 2692410. OLE color: 2692410.

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

Color convert

RGB582141-
CMYK00.640.290.77
HSL327.57º46.84%15.49%-
HSV(B)327.57º63.79%22.75%-
XYZ2.411.62.28-
YUV34.34131.76144.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.33%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=48.33%
G=17.5%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58214100.640.290.77327.5746.8415.49
Hex3A15290401D4D1482ff
Octal7225510100351155105717
Binary11101010101101001010000001110110011011010010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,41); }

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

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

 a { background-color: rgb(58,21,41); }

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

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

 span { border-color: rgb(58,21,41); }

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