#3C1532

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

Shades of Blackberry #3C1532

Tints of Blackberry #3C1532

Color information

#3C1532 (or 0x3C1532) is unknown color: approx Blackberry. HEX triplet: 3C, 15 and 32. RGB value is (60,21,50). Sum of RGB (Red+Green+Blue) = 60+21+50=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1532 is #C3EACD. Grayscale: #232323. Windows color (decimal): -12839630 or 3282236. OLE color: 3282236.

HSL color Cylindrical-coordinate representation of color #3C1532: hue angle of 315.38º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C1532 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB602150-
CMYK00.650.170.76
HSL315.38º48.15%15.88%-
HSV(B)315.38º65%23.53%-
XYZ2.711.733.21-
YUV35.97135.92145.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.80%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=45.80%
G=16.03%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60215000.650.170.76315.3848.1515.88
Hex3C1532041114C13b3010
Octal7425620101211144736020
Binary111100101011100100100000110001100110010011101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,50); }

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

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

 a { background-color: rgb(60,21,50); }

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

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

 span { border-color: rgb(60,21,50); }

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