#480838

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

Shades of Blackberry #480838

Tints of Blackberry #480838

Color information

#480838 (or 0x480838) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 38. RGB value is (72,8,56). Sum of RGB (Red+Green+Blue) = 72+8+56=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #480838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480838 is #B7F7C7. Grayscale: #202020. Windows color (decimal): -12056520 or 3672136. OLE color: 3672136.

HSL color Cylindrical-coordinate representation of color #480838: hue angle of 315º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480838 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB72856-
CMYK00.890.220.72
HSL315º80%15.69%-
HSV(B)315º88.89%28.24%-
XYZ3.471.843.91-
YUV32.61141.2156.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=52.94%
G=5.88%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7285600.890.220.723158015.69
Hex48838059164813b5010
Octal110107001312611047312020
Binary1001000100011100001011001101101001000100111011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480838; }

 p { color: rgb(72,8,56); }

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

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

 a { background-color: rgb(72,8,56); }

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

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

 span { border-color: rgb(72,8,56); }

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