#3C1827

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

Shades of Blackberry #3C1827

Tints of Blackberry #3C1827

Color information

#3C1827 (or 0x3C1827) is unknown color: approx Blackberry. HEX triplet: 3C, 18 and 27. RGB value is (60,24,39). Sum of RGB (Red+Green+Blue) = 60+24+39=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1827 is #C3E7D8. Grayscale: #242424. Windows color (decimal): -12838873 or 2562108. OLE color: 2562108.

HSL color Cylindrical-coordinate representation of color #3C1827: hue angle of 335º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1827 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB602439-
CMYK00.600.350.76
HSL335º42.86%16.47%-
HSV(B)335º60%23.53%-
XYZ2.561.762.12-
YUV36.47129.43144.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.78%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=48.78%
G=19.51%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60243900.600.350.7633542.8616.47
Hex3C182703C234C14f2b10
Octal743047074431145175320
Binary111100110001001110111100100011100110010100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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