#3A0529

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

Shades of Blackberry #3A0529

Tints of Blackberry #3A0529

Color information

#3A0529 (or 0x3A0529) is unknown color: approx Blackberry. HEX triplet: 3A, 05 and 29. RGB value is (58,5,41). Sum of RGB (Red+Green+Blue) = 58+5+41=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0529 is #C5FAD6. Grayscale: #181818. Windows color (decimal): -12974807 or 2688314. OLE color: 2688314.

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

Color convert

RGB58541-
CMYK00.910.290.77
HSL319.25º84.13%12.35%-
HSV(B)319.25º91.38%22.75%-
XYZ2.21.172.21-
YUV24.95137.06151.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.77%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=55.77%
G=4.81%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5854100.910.290.77319.2584.1312.35
Hex3A52905B1D4D13f54c
Octal7255101333511547712414
Binary1110101011010010101101111101100110110011111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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