#481038

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

Shades of Blackberry #481038

Tints of Blackberry #481038

Color information

#481038 (or 0x481038) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 38. RGB value is (72,16,56). Sum of RGB (Red+Green+Blue) = 72+16+56=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481038 is #B7EFC7. Grayscale: #252525. Windows color (decimal): -12054472 or 3674184. OLE color: 3674184.

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

Color convert

RGB721656-
CMYK00.780.220.72
HSL317.14º63.64%17.25%-
HSV(B)317.14º77.78%28.24%-
XYZ3.572.033.95-
YUV37.3138.55152.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=50%
G=11.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72165600.780.220.72317.1463.6417.25
Hex48103804E164813d4011
Octal110207001162611047510021
Binary10010001000011100001001110101101001000100111101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481038; }

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

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

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

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

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

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

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

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