#3C0E27

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

Shades of Blackberry #3C0E27

Tints of Blackberry #3C0E27

Color information

#3C0E27 (or 0x3C0E27) is unknown color: approx Blackberry. HEX triplet: 3C, 0E and 27. RGB value is (60,14,39). Sum of RGB (Red+Green+Blue) = 60+14+39=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E27 is #C3F1D8. Grayscale: #1E1E1E. Windows color (decimal): -12841433 or 2559548. OLE color: 2559548.

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

Color convert

RGB601439-
CMYK00.770.350.76
HSL327.39º62.16%14.51%-
HSV(B)327.39º76.67%23.53%-
XYZ2.391.422.07-
YUV30.6132.74148.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.10%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=53.10%
G=12.39%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60143900.770.350.76327.3962.1614.51
Hex3CE2704D234C1473ef
Octal7416470115431145077617
Binary11110011101001110100110110001110011001010001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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