#3C0D28

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

Shades of Blackberry #3C0D28

Tints of Blackberry #3C0D28

Color information

#3C0D28 (or 0x3C0D28) is unknown color: approx Blackberry. HEX triplet: 3C, 0D and 28. RGB value is (60,13,40). Sum of RGB (Red+Green+Blue) = 60+13+40=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D28 is #C3F2D7. Grayscale: #1E1E1E. Windows color (decimal): -12841688 or 2624828. OLE color: 2624828.

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

Color convert

RGB601340-
CMYK00.780.330.76
HSL325.53º64.38%14.31%-
HSV(B)325.53º78.33%23.53%-
XYZ2.391.42.15-
YUV30.13133.57149.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 53.10%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=53.10%
G=11.50%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60134000.780.330.76325.5364.3814.31
Hex3CD2804E214C14640e
Octal74155001164111450610016
Binary111100110110100001001110100001100110010100011010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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