#3C1729

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

Shades of Blackberry #3C1729

Tints of Blackberry #3C1729

Color information

#3C1729 (or 0x3C1729) is unknown color: approx Blackberry. HEX triplet: 3C, 17 and 29. RGB value is (60,23,41). Sum of RGB (Red+Green+Blue) = 60+23+41=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1729 is #C3E8D6. Grayscale: #242424. Windows color (decimal): -12839127 or 2692924. OLE color: 2692924.

HSL color Cylindrical-coordinate representation of color #3C1729: hue angle of 330.81º 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 #3C1729 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB602341-
CMYK00.620.320.76
HSL330.81º44.58%16.27%-
HSV(B)330.81º61.67%23.53%-
XYZ2.571.732.3-
YUV36.11130.76145.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.39%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=48.39%
G=18.55%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60234100.620.320.76330.8144.5816.27
Hex3C172903E204C14b2d10
Octal742751076401145135520
Binary111100101111010010111110100000100110010100101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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