#3C0E2F

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

Shades of Blackberry #3C0E2F

Tints of Blackberry #3C0E2F

Color information

#3C0E2F (or 0x3C0E2F) is unknown color: approx Blackberry. HEX triplet: 3C, 0E and 2F. RGB value is (60,14,47). Sum of RGB (Red+Green+Blue) = 60+14+47=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E2F is #C3F1D0. Grayscale: #1F1F1F. Windows color (decimal): -12841425 or 3083836. OLE color: 3083836.

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

Color convert

RGB601447-
CMYK00.770.220.76
HSL316.96º62.16%14.51%-
HSV(B)316.96º76.67%23.53%-
XYZ2.531.482.84-
YUV31.52136.74148.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.59%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=49.59%
G=11.57%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60144700.770.220.76316.9662.1614.51
Hex3CE2F04D164C13d3ef
Octal7416570115261144757617
Binary1111001110101111010011011011010011001001111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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