#4C042E

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

Shades of Blackberry #4C042E

Tints of Blackberry #4C042E

Color information

#4C042E (or 0x4C042E) is unknown color: approx Blackberry. HEX triplet: 4C, 04 and 2E. RGB value is (76,4,46). Sum of RGB (Red+Green+Blue) = 76+4+46=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C042E is #B3FBD1. Grayscale: #1E1E1E. Windows color (decimal): -11795410 or 3015756. OLE color: 3015756.

HSL color Cylindrical-coordinate representation of color #4C042E: hue angle of 325º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C042E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB76446-
CMYK00.950.390.70
HSL325º90%15.69%-
HSV(B)325º94.74%29.8%-
XYZ3.521.822.75-
YUV30.32136.85160.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.32%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=60.32%
G=3.17%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7644600.950.390.703259015.69
Hex4C42E05F27461455a10
Octal11445601374710650513220
Binary1001100100101110010111111001111000110101000101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,46); }

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

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

 a { background-color: rgb(76,4,46); }

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

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

 span { border-color: rgb(76,4,46); }

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