#3C182B

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

Shades of Blackberry #3C182B

Tints of Blackberry #3C182B

Color information

#3C182B (or 0x3C182B) is unknown color: approx Blackberry. HEX triplet: 3C, 18 and 2B. RGB value is (60,24,43). Sum of RGB (Red+Green+Blue) = 60+24+43=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C182B is #C3E7D4. Grayscale: #242424. Windows color (decimal): -12838869 or 2824252. OLE color: 2824252.

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

Color convert

RGB602443-
CMYK00.600.280.76
HSL328.33º42.86%16.47%-
HSV(B)328.33º60%23.53%-
XYZ2.631.792.49-
YUV36.93131.43144.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 47.24%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=47.24%
G=18.90%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60244300.600.280.76328.3342.8616.47
Hex3C182B03C1C4C1482b10
Octal743053074341145105320
Binary11110011000101011011110011100100110010100100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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