#481333

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

Shades of Blackberry #481333

Tints of Blackberry #481333

Color information

#481333 (or 0x481333) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 33. RGB value is (72,19,51). Sum of RGB (Red+Green+Blue) = 72+19+51=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481333 is #B7ECCC. Grayscale: #262626. Windows color (decimal): -12053709 or 3347272. OLE color: 3347272.

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

Color convert

RGB721951-
CMYK00.740.290.72
HSL323.77º58.24%17.84%-
HSV(B)323.77º73.61%28.24%-
XYZ3.52.083.35-
YUV38.49135.06151.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=50.70%
G=13.38%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72195100.740.290.72323.7758.2417.84
Hex48133304A1D481443a12
Octal11023630112351105047222
Binary1001000100111100110100101011101100100010100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481333; }

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

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

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

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

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

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

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

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