#481733

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

Shades of Blackberry #481733

Tints of Blackberry #481733

Color information

#481733 (or 0x481733) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 33. RGB value is (72,23,51). Sum of RGB (Red+Green+Blue) = 72+23+51=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481733 is #B7E8CC. Grayscale: #282828. Windows color (decimal): -12052685 or 3348296. OLE color: 3348296.

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

Color convert

RGB722351-
CMYK00.680.290.72
HSL325.71º51.58%18.63%-
HSV(B)325.71º68.06%28.24%-
XYZ3.582.233.37-
YUV40.84133.73150.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 51 (20.31% from 255) = 34.93%
R=49.32%
G=15.75%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72235100.680.290.72325.7151.5818.63
Hex4817330441D481463413
Octal11027630104351105066423
Binary1001000101111100110100010011101100100010100011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481733; }

 p { color: rgb(72,23,51); }

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

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

 a { background-color: rgb(72,23,51); }

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

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

 span { border-color: rgb(72,23,51); }

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