#3C0E2C

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

Shades of Blackberry #3C0E2C

Tints of Blackberry #3C0E2C

Color information

#3C0E2C (or 0x3C0E2C) is unknown color: approx Blackberry. HEX triplet: 3C, 0E and 2C. RGB value is (60,14,44). Sum of RGB (Red+Green+Blue) = 60+14+44=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E2C is #C3F1D3. Grayscale: #1F1F1F. Windows color (decimal): -12841428 or 2887228. OLE color: 2887228.

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

Color convert

RGB601444-
CMYK00.770.270.76
HSL320.87º62.16%14.51%-
HSV(B)320.87º76.67%23.53%-
XYZ2.481.462.53-
YUV31.17135.24148.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.85%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=50.85%
G=11.86%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60144400.770.270.76320.8762.1614.51
Hex3CE2C04D1B4C1413ef
Octal7416540115331145017617
Binary1111001110101100010011011101110011001010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,14,44); }

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

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

 a { background-color: rgb(60,14,44); }

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

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

 span { border-color: rgb(60,14,44); }

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