#3A152A

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

Shades of Blackberry #3A152A

Tints of Blackberry #3A152A

Color information

#3A152A (or 0x3A152A) is unknown color: approx Blackberry. HEX triplet: 3A, 15 and 2A. RGB value is (58,21,42). Sum of RGB (Red+Green+Blue) = 58+21+42=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A152A is #C5EAD5. Grayscale: #222222. Windows color (decimal): -12970710 or 2757946. OLE color: 2757946.

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

Color convert

RGB582142-
CMYK00.640.280.77
HSL325.95º46.84%15.49%-
HSV(B)325.95º63.79%22.75%-
XYZ2.431.62.37-
YUV34.46132.26144.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.93%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=47.93%
G=17.36%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58214200.640.280.77325.9546.8415.49
Hex3A152A0401C4D1462ff
Octal7225520100341155065717
Binary11101010101101010010000001110010011011010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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