#3a1c2c

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

Shades of Blackberry #3A1C2C

Tints of Blackberry #3A1C2C

Color information

#3A1C2C (or 0x3A1C2C) is unknown color: approx Blackberry. HEX triplet: 3A, 1C and 2C. RGB value is (58,28,44). Sum of RGB (Red+Green+Blue) = 58+28+44=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1C2C is #C5E3D3. Grayscale: #262626. Windows color (decimal): -12968916 or 2890810. OLE color: 2890810.

HSL color Cylindrical-coordinate representation of color #3A1C2C: hue angle of 328º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A1C2C is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB582844-
CMYK00.520.240.77
HSL328º34.88%16.86%-
HSV(B)328º51.72%22.75%-
XYZ2.611.912.61-
YUV38.79130.94141.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=44.62%
G=21.54%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58284400.520.240.7732834.8816.86
Hex3A1C2C034184D1482311
Octal723454064301155104321
Binary11101011100101100011010011000100110110100100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a1c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,28,44); }

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

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

 a { background-color: rgb(58,28,44); }

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

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

 span { border-color: rgb(58,28,44); }

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