#4C0625

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

Shades of Blackberry #4C0625

Tints of Blackberry #4C0625

Color information

#4C0625 (or 0x4C0625) is unknown color: approx Blackberry. HEX triplet: 4C, 06 and 25. RGB value is (76,6,37). Sum of RGB (Red+Green+Blue) = 76+6+37=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0625 is #B3F9DA. Grayscale: #1E1E1E. Windows color (decimal): -11794907 or 2426444. OLE color: 2426444.

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

Color convert

RGB76637-
CMYK00.920.510.70
HSL333.43º85.37%16.08%-
HSV(B)333.43º92.11%29.8%-
XYZ3.381.81.92-
YUV30.46131.69160.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.87%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=63.87%
G=5.04%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7663700.920.510.70333.4385.3716.08
Hex4C62505C334614d5510
Octal11464501346310651512520
Binary1001100110100101010111001100111000110101001101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,6,37); }

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

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

 a { background-color: rgb(76,6,37); }

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

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

 span { border-color: rgb(76,6,37); }

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