#480324

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

Shades of Blackberry #480324

Tints of Blackberry #480324

Color information

#480324 (or 0x480324) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 24. RGB value is (72,3,36). Sum of RGB (Red+Green+Blue) = 72+3+36=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480324 is #B7FCDB. Grayscale: #1B1B1B. Windows color (decimal): -12057820 or 2360136. OLE color: 2360136.

HSL color Cylindrical-coordinate representation of color #480324: hue angle of 331.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480324 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB72336-
CMYK00.960.50.72
HSL331.3º92%14.71%-
HSV(B)331.3º95.83%28.24%-
XYZ3.021.571.81-
YUV27.39132.86159.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=64.86%
G=2.70%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7233600.960.50.72331.39214.71
Hex48324060324814b5cf
Octal11034401406211051313417
Binary10010001110010001100000110010100100010100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480324; }

 p { color: rgb(72,3,36); }

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

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

 a { background-color: rgb(72,3,36); }

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

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

 span { border-color: rgb(72,3,36); }

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