#4C032E

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

Shades of Blackberry #4C032E

Tints of Blackberry #4C032E

Color information

#4C032E (or 0x4C032E) is unknown color: approx Blackberry. HEX triplet: 4C, 03 and 2E. RGB value is (76,3,46). Sum of RGB (Red+Green+Blue) = 76+3+46=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C032E is #B3FCD1. Grayscale: #1D1D1D. Windows color (decimal): -11795666 or 3015500. OLE color: 3015500.

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

Color convert

RGB76346-
CMYK00.960.390.70
HSL324.66º92.41%15.49%-
HSV(B)324.66º96.05%29.8%-
XYZ3.511.82.75-
YUV29.73137.18161-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=60.8%
G=2.4%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7634600.960.390.70324.6692.4115.49
Hex4C32E06027461455cf
Octal11435601404710650513417
Binary10011001110111001100000100111100011010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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