#4C0330

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

Shades of Blackberry #4C0330

Tints of Blackberry #4C0330

Color information

#4C0330 (or 0x4C0330) is unknown color: approx Blackberry. HEX triplet: 4C, 03 and 30. RGB value is (76,3,48). Sum of RGB (Red+Green+Blue) = 76+3+48=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0330 is #B3FCCF. Grayscale: #1D1D1D. Windows color (decimal): -11795664 or 3146572. OLE color: 3146572.

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

Color convert

RGB76348-
CMYK00.960.370.70
HSL323.01º92.41%15.49%-
HSV(B)323.01º96.05%29.8%-
XYZ3.551.822.96-
YUV29.96138.18160.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=59.84%
G=2.36%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7634800.960.370.70323.0192.4115.49
Hex4C33006025461435cf
Octal11436001404510650313417
Binary10011001111000001100000100101100011010100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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