#481839

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

Shades of Blackberry #481839

Tints of Blackberry #481839

Color information

#481839 (or 0x481839) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 39. RGB value is (72,24,57). Sum of RGB (Red+Green+Blue) = 72+24+57=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481839 is #B7E7C6. Grayscale: #2A2A2A. Windows color (decimal): -12052423 or 3741768. OLE color: 3741768.

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

Color convert

RGB722457-
CMYK00.670.210.72
HSL318.75º50%18.82%-
HSV(B)318.75º66.67%28.24%-
XYZ3.742.334.12-
YUV42.11136.4149.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=47.06%
G=15.69%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72245700.670.210.72318.755018.82
Hex481839043154813f3213
Octal11030710103251104776223
Binary1001000110001110010100001110101100100010011111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481839; }

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

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

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

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

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

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

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

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