#3C1C2D

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

Shades of Blackberry #3C1C2D

Tints of Blackberry #3C1C2D

Color information

#3C1C2D (or 0x3C1C2D) is unknown color: approx Blackberry. HEX triplet: 3C, 1C and 2D. RGB value is (60,28,45). Sum of RGB (Red+Green+Blue) = 60+28+45=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1C2D is #C3E3D2. Grayscale: #272727. Windows color (decimal): -12837843 or 2956348. OLE color: 2956348.

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

Color convert

RGB602845-
CMYK00.530.250.76
HSL328.12º36.36%17.25%-
HSV(B)328.12º53.33%23.53%-
XYZ2.751.982.72-
YUV39.51131.1142.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.11%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=45.11%
G=21.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60284500.530.250.76328.1236.3617.25
Hex3C1C2D035194C1482411
Octal743455065311145104421
Binary11110011100101101011010111001100110010100100010010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,28,45); }

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

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

 a { background-color: rgb(60,28,45); }

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

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

 span { border-color: rgb(60,28,45); }

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