#4C0335

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

Shades of Blackberry #4C0335

Tints of Blackberry #4C0335

Color information

#4C0335 (or 0x4C0335) is unknown color: approx Blackberry. HEX triplet: 4C, 03 and 35. RGB value is (76,3,53). Sum of RGB (Red+Green+Blue) = 76+3+53=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0335 is #B3FCCA. Grayscale: #1E1E1E. Windows color (decimal): -11795659 or 3474252. OLE color: 3474252.

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

Color convert

RGB76353-
CMYK00.960.300.70
HSL318.9º92.41%15.49%-
HSV(B)318.9º96.05%29.8%-
XYZ3.661.863.53-
YUV30.53140.68160.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 57.58%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=57.58%
G=2.27%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7635300.960.300.70318.992.4115.49
Hex4C3350601E4613f5cf
Octal11436501403610647713417
Binary1001100111101010110000011110100011010011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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