#4C122F

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

Shades of Blackberry #4C122F

Tints of Blackberry #4C122F

Color information

#4C122F (or 0x4C122F) is unknown color: approx Blackberry. HEX triplet: 4C, 12 and 2F. RGB value is (76,18,47). Sum of RGB (Red+Green+Blue) = 76+18+47=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C122F is #B3EDD0. Grayscale: #262626. Windows color (decimal): -11791825 or 3084876. OLE color: 3084876.

HSL color Cylindrical-coordinate representation of color #4C122F: hue angle of 330º 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 #4C122F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB761847-
CMYK00.760.380.70
HSL330º61.7%18.43%-
HSV(B)330º76.32%29.8%-
XYZ3.712.172.91-
YUV38.65132.72154.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.90%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=53.90%
G=12.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76184700.760.380.7033061.718.43
Hex4C122F04C264614a3e12
Octal11422570114461065127622
Binary10011001001010111101001100100110100011010100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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