#481832

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

Shades of Blackberry #481832

Tints of Blackberry #481832

Color information

#481832 (or 0x481832) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 32. RGB value is (72,24,50). Sum of RGB (Red+Green+Blue) = 72+24+50=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481832 is #B7E7CD. Grayscale: #292929. Windows color (decimal): -12052430 or 3283016. OLE color: 3283016.

HSL color Cylindrical-coordinate representation of color #481832: hue angle of 327.5º 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 #481832 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB722450-
CMYK00.670.310.72
HSL327.5º50%18.82%-
HSV(B)327.5º66.67%28.24%-
XYZ3.572.263.27-
YUV41.32132.9149.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=49.32%
G=16.44%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72245000.670.310.72327.55018.82
Hex4818320431F481483213
Octal11030620103371105106223
Binary1001000110001100100100001111111100100010100100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481832; }

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

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

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

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

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

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

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

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