#481939

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

Shades of Blackberry #481939

Tints of Blackberry #481939

Color information

#481939 (or 0x481939) is unknown color: approx Blackberry. HEX triplet: 48, 19 and 39. RGB value is (72,25,57). Sum of RGB (Red+Green+Blue) = 72+25+57=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #481939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481939 is #B7E6C6. Grayscale: #2A2A2A. Windows color (decimal): -12052167 or 3742024. OLE color: 3742024.

HSL color Cylindrical-coordinate representation of color #481939: hue angle of 319.15º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481939 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB722557-
CMYK00.650.210.72
HSL319.15º48.45%19.02%-
HSV(B)319.15º65.28%28.24%-
XYZ3.762.374.13-
YUV42.7136.07148.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 57 (22.66% from 255) = 37.01%
R=46.75%
G=16.23%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72255700.650.210.72319.1548.4519.02
Hex481939041154813f3013
Octal11031710101251104776023
Binary1001000110011110010100000110101100100010011111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481939; }

 p { color: rgb(72,25,57); }

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

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

 a { background-color: rgb(72,25,57); }

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

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

 span { border-color: rgb(72,25,57); }

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