#4C1238

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

Shades of Blackberry #4C1238

Tints of Blackberry #4C1238

Color information

#4C1238 (or 0x4C1238) is unknown color: approx Blackberry. HEX triplet: 4C, 12 and 38. RGB value is (76,18,56). Sum of RGB (Red+Green+Blue) = 76+18+56=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1238 is #B3EDC7. Grayscale: #272727. Windows color (decimal): -11791816 or 3674700. OLE color: 3674700.

HSL color Cylindrical-coordinate representation of color #4C1238: hue angle of 320.69º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1238 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB761856-
CMYK00.760.260.70
HSL320.69º61.7%18.43%-
HSV(B)320.69º76.32%29.8%-
XYZ3.912.253.97-
YUV39.67137.22153.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.67%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=50.67%
G=12%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76185600.760.260.70320.6961.718.43
Hex4C123804C1A461413e12
Octal11422700114321065017622
Binary1001100100101110000100110011010100011010100000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C1238; }

 p { color: rgb(76,18,56); }

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

<style>
 a { background-color: #4C1238; }

 a { background-color: rgb(76,18,56); }

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

<style>
 span { border-color: #4C1238; }

 span { border-color: rgb(76,18,56); }

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