#3C1125

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

Shades of Blackberry #3C1125

Tints of Blackberry #3C1125

Color information

#3C1125 (or 0x3C1125) is unknown color: approx Blackberry. HEX triplet: 3C, 11 and 25. RGB value is (60,17,37). Sum of RGB (Red+Green+Blue) = 60+17+37=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1125 is #C3EEDA. Grayscale: #202020. Windows color (decimal): -12840667 or 2429244. OLE color: 2429244.

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

Color convert

RGB601737-
CMYK00.720.380.76
HSL332.09º55.84%15.1%-
HSV(B)332.09º71.67%23.53%-
XYZ2.41.51.91-
YUV32.14130.75147.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 52.63%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=52.63%
G=14.91%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60173700.720.380.76332.0955.8415.1
Hex3C1125048264C14c38f
Octal7421450110461145147017
Binary111100100011001010100100010011010011001010011001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,37); }

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

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

 a { background-color: rgb(60,17,37); }

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

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

 span { border-color: rgb(60,17,37); }

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