#4C082F

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

Shades of Blackberry #4C082F

Tints of Blackberry #4C082F

Color information

#4C082F (or 0x4C082F) is unknown color: approx Blackberry. HEX triplet: 4C, 08 and 2F. RGB value is (76,8,47). Sum of RGB (Red+Green+Blue) = 76+8+47=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C082F is #B3F7D0. Grayscale: #202020. Windows color (decimal): -11794385 or 3082316. OLE color: 3082316.

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

Color convert

RGB76847-
CMYK00.890.380.70
HSL325.59º80.95%16.47%-
HSV(B)325.59º89.47%29.8%-
XYZ3.581.922.87-
YUV32.78136.03158.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.02%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=58.02%
G=6.11%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7684700.890.380.70325.5980.9516.47
Hex4C82F05926461465110
Octal114105701314610650612120
Binary10011001000101111010110011001101000110101000110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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