#481538

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

Shades of Blackberry #481538

Tints of Blackberry #481538

Color information

#481538 (or 0x481538) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 38. RGB value is (72,21,56). Sum of RGB (Red+Green+Blue) = 72+21+56=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481538 is #B7EAC7. Grayscale: #282828. Windows color (decimal): -12053192 or 3675464. OLE color: 3675464.

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

Color convert

RGB722156-
CMYK00.710.220.72
HSL318.82º54.84%18.24%-
HSV(B)318.82º70.83%28.24%-
XYZ3.652.23.97-
YUV40.24136.9150.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=48.32%
G=14.09%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72215600.710.220.72318.8254.8418.24
Hex481538047164813f3712
Octal11025700107261104776722
Binary1001000101011110000100011110110100100010011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481538; }

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

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

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

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

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

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

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

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