#3C1731

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

Shades of Blackberry #3C1731

Tints of Blackberry #3C1731

Color information

#3C1731 (or 0x3C1731) is unknown color: approx Blackberry. HEX triplet: 3C, 17 and 31. RGB value is (60,23,49). Sum of RGB (Red+Green+Blue) = 60+23+49=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1731 is #C3E8CE. Grayscale: #242424. Windows color (decimal): -12839119 or 3217212. OLE color: 3217212.

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

Color convert

RGB602349-
CMYK00.620.180.76
HSL317.84º44.58%16.27%-
HSV(B)317.84º61.67%23.53%-
XYZ2.721.83.11-
YUV37.03134.76144.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.45%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=45.45%
G=17.42%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60234900.620.180.76317.8444.5816.27
Hex3C173103E124C13e2d10
Octal742761076221144765520
Binary11110010111110001011111010010100110010011111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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