#3C172D

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

Shades of Blackberry #3C172D

Tints of Blackberry #3C172D

Color information

#3C172D (or 0x3C172D) is unknown color: approx Blackberry. HEX triplet: 3C, 17 and 2D. RGB value is (60,23,45). Sum of RGB (Red+Green+Blue) = 60+23+45=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C172D is #C3E8D2. Grayscale: #242424. Windows color (decimal): -12839123 or 2955068. OLE color: 2955068.

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

Color convert

RGB602345-
CMYK00.620.250.76
HSL324.32º44.58%16.27%-
HSV(B)324.32º61.67%23.53%-
XYZ2.641.762.68-
YUV36.57132.76144.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=46.88%
G=17.97%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60234500.620.250.76324.3244.5816.27
Hex3C172D03E194C1442d10
Octal742755076311145045520
Binary11110010111101101011111011001100110010100010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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