#480323

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

Shades of Blackberry #480323

Tints of Blackberry #480323

Color information

#480323 (or 0x480323) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 23. RGB value is (72,3,35). Sum of RGB (Red+Green+Blue) = 72+3+35=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480323 is #B7FCDC. Grayscale: #1B1B1B. Windows color (decimal): -12057821 or 2294600. OLE color: 2294600.

HSL color Cylindrical-coordinate representation of color #480323: hue angle of 332.17º 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 #480323 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB72335-
CMYK00.960.510.72
HSL332.17º92%14.71%-
HSV(B)332.17º95.83%28.24%-
XYZ3.011.561.73-
YUV27.28132.36159.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=65.45%
G=2.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7233500.960.510.72332.179214.71
Hex48323060334814c5cf
Octal11034301406311051413417
Binary10010001110001101100000110011100100010100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480323; }

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

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

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

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

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

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

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

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