#3C0D20

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

Shades of Blackberry #3C0D20

Tints of Blackberry #3C0D20

Color information

#3C0D20 (or 0x3C0D20) is unknown color: approx Blackberry. HEX triplet: 3C, 0D and 20. RGB value is (60,13,32). Sum of RGB (Red+Green+Blue) = 60+13+32=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D20 is #C3F2DF. Grayscale: #1D1D1D. Windows color (decimal): -12841696 or 2100540. OLE color: 2100540.

HSL color Cylindrical-coordinate representation of color #3C0D20: hue angle of 335.74º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D20 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB601332-
CMYK00.780.470.76
HSL335.74º64.38%14.31%-
HSV(B)335.74º78.33%23.53%-
XYZ2.271.351.51-
YUV29.22129.57149.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.14%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=57.14%
G=12.38%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60133200.780.470.76335.7464.3814.31
Hex3CD2004E2F4C15040e
Octal74154001165711452010016
Binary111100110110000001001110101111100110010101000010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,13,32); }

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

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

 a { background-color: rgb(60,13,32); }

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

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

 span { border-color: rgb(60,13,32); }

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