#4C0435

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

Shades of Blackberry #4C0435

Tints of Blackberry #4C0435

Color information

#4C0435 (or 0x4C0435) is unknown color: approx Blackberry. HEX triplet: 4C, 04 and 35. RGB value is (76,4,53). Sum of RGB (Red+Green+Blue) = 76+4+53=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0435 is #B3FBCA. Grayscale: #1E1E1E. Windows color (decimal): -11795403 or 3474508. OLE color: 3474508.

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

Color convert

RGB76453-
CMYK00.950.300.70
HSL319.17º90%15.69%-
HSV(B)319.17º94.74%29.8%-
XYZ3.671.883.54-
YUV31.11140.35160.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=57.14%
G=3.01%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7645300.950.300.70319.179015.69
Hex4C43505F1E4613f5a10
Octal11446501373610647713220
Binary100110010011010101011111111101000110100111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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