#3A1527

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

Shades of Blackberry #3A1527

Tints of Blackberry #3A1527

Color information

#3A1527 (or 0x3A1527) is unknown color: approx Blackberry. HEX triplet: 3A, 15 and 27. RGB value is (58,21,39). Sum of RGB (Red+Green+Blue) = 58+21+39=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1527 is #C5EAD8. Grayscale: #222222. Windows color (decimal): -12970713 or 2561338. OLE color: 2561338.

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

Color convert

RGB582139-
CMYK00.640.330.77
HSL330.81º46.84%15.49%-
HSV(B)330.81º63.79%22.75%-
XYZ2.381.582.1-
YUV34.11130.76145.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=49.15%
G=17.80%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58213900.640.330.77330.8146.8415.49
Hex3A1527040214D14b2ff
Octal7225470100411155135717
Binary111010101011001110100000010000110011011010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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