#3A052E

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

Shades of Blackberry #3A052E

Tints of Blackberry #3A052E

Color information

#3A052E (or 0x3A052E) is unknown color: approx Blackberry. HEX triplet: 3A, 05 and 2E. RGB value is (58,5,46). Sum of RGB (Red+Green+Blue) = 58+5+46=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A052E is #C5FAD1. Grayscale: #191919. Windows color (decimal): -12974802 or 3015994. OLE color: 3015994.

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

Color convert

RGB58546-
CMYK00.910.210.77
HSL313.58º84.13%12.35%-
HSV(B)313.58º91.38%22.75%-
XYZ2.291.212.7-
YUV25.52139.56151.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=53.21%
G=4.59%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5854600.910.210.77313.5884.1312.35
Hex3A52E05B154D13a54c
Octal7255601332511547212414
Binary1110101011011100101101110101100110110011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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