#4C0321

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

Shades of Blackberry #4C0321

Tints of Blackberry #4C0321

Color information

#4C0321 (or 0x4C0321) is unknown color: approx Blackberry. HEX triplet: 4C, 03 and 21. RGB value is (76,3,33). Sum of RGB (Red+Green+Blue) = 76+3+33=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0321 is #B3FCDE. Grayscale: #1C1C1C. Windows color (decimal): -11795679 or 2163532. OLE color: 2163532.

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

Color convert

RGB76333-
CMYK00.960.570.70
HSL335.34º92.41%15.49%-
HSV(B)335.34º96.05%29.8%-
XYZ3.291.711.6-
YUV28.25130.68162.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 67.86%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=67.86%
G=2.68%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7633300.960.570.70335.3492.4115.49
Hex4C321060394614f5cf
Octal11434101407110651713417
Binary10011001110000101100000111001100011010100111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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