#4C0323

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

Shades of Blackberry #4C0323

Tints of Blackberry #4C0323

Color information

#4C0323 (or 0x4C0323) is unknown color: approx Blackberry. HEX triplet: 4C, 03 and 23. RGB value is (76,3,35). Sum of RGB (Red+Green+Blue) = 76+3+35=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0323 is #B3FCDC. Grayscale: #1C1C1C. Windows color (decimal): -11795677 or 2294604. OLE color: 2294604.

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

Color convert

RGB76335-
CMYK00.960.540.70
HSL333.7º92.41%15.49%-
HSV(B)333.7º96.05%29.8%-
XYZ3.321.721.75-
YUV28.48131.68161.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=66.67%
G=2.63%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7633500.960.540.70333.792.4115.49
Hex4C323060364614e5cf
Octal11434301406610651613417
Binary10011001110001101100000110110100011010100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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