#481433

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

Shades of Blackberry #481433

Tints of Blackberry #481433

Color information

#481433 (or 0x481433) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 33. RGB value is (72,20,51). Sum of RGB (Red+Green+Blue) = 72+20+51=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481433 is #B7EBCC. Grayscale: #272727. Windows color (decimal): -12053453 or 3347528. OLE color: 3347528.

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

Color convert

RGB722051-
CMYK00.720.290.72
HSL324.23º56.52%18.04%-
HSV(B)324.23º72.22%28.24%-
XYZ3.522.123.36-
YUV39.08134.73151.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=50.35%
G=13.99%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205100.720.290.72324.2356.5218.04
Hex4814330481D481443912
Octal11024630110351105047122
Binary1001000101001100110100100011101100100010100010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481433; }

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

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

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

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

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

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

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

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