#481438

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

Shades of Blackberry #481438

Tints of Blackberry #481438

Color information

#481438 (or 0x481438) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 38. RGB value is (72,20,56). Sum of RGB (Red+Green+Blue) = 72+20+56=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481438 is #B7EBC7. Grayscale: #272727. Windows color (decimal): -12053448 or 3675208. OLE color: 3675208.

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

Color convert

RGB722056-
CMYK00.720.220.72
HSL318.46º56.52%18.04%-
HSV(B)318.46º72.22%28.24%-
XYZ3.642.163.97-
YUV39.65137.23151.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=48.65%
G=13.51%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205600.720.220.72318.4656.5218.04
Hex481438048164813e3912
Octal11024700110261104767122
Binary1001000101001110000100100010110100100010011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481438; }

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

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

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

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

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

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

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

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