#3A1028

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

Shades of Blackberry #3A1028

Tints of Blackberry #3A1028

Color information

#3A1028 (or 0x3A1028) is unknown color: approx Blackberry. HEX triplet: 3A, 10 and 28. RGB value is (58,16,40). Sum of RGB (Red+Green+Blue) = 58+16+40=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1028 is #C5EFD7. Grayscale: #1F1F1F. Windows color (decimal): -12971992 or 2625594. OLE color: 2625594.

HSL color Cylindrical-coordinate representation of color #3A1028: hue angle of 325.71º 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 #3A1028 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB581640-
CMYK00.720.310.77
HSL325.71º56.76%14.51%-
HSV(B)325.71º72.41%22.75%-
XYZ2.311.422.16-
YUV31.29132.91147.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.88%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=50.88%
G=14.04%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58164000.720.310.77325.7156.7614.51
Hex3A10280481F4D14639f
Octal7220500110371155067117
Binary11101010000101000010010001111110011011010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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