#3C132E

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

Shades of Blackberry #3C132E

Tints of Blackberry #3C132E

Color information

#3C132E (or 0x3C132E) is unknown color: approx Blackberry. HEX triplet: 3C, 13 and 2E. RGB value is (60,19,46). Sum of RGB (Red+Green+Blue) = 60+19+46=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C132E is #C3ECD1. Grayscale: #222222. Windows color (decimal): -12840146 or 3019580. OLE color: 3019580.

HSL color Cylindrical-coordinate representation of color #3C132E: hue angle of 320.49º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C132E is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB601946-
CMYK00.680.230.76
HSL320.49º51.9%15.49%-
HSV(B)320.49º68.33%23.53%-
XYZ2.591.622.76-
YUV34.34134.58146.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=48%
G=15.2%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60194600.680.230.76320.4951.915.49
Hex3C132E044174C14034f
Octal7423560104271145006417
Binary11110010011101110010001001011110011001010000001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,46); }

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

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

 a { background-color: rgb(60,19,46); }

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

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

 span { border-color: rgb(60,19,46); }

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