#481435

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

Shades of Blackberry #481435

Tints of Blackberry #481435

Color information

#481435 (or 0x481435) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 35. RGB value is (72,20,53). Sum of RGB (Red+Green+Blue) = 72+20+53=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481435 is #B7EBCA. Grayscale: #272727. Windows color (decimal): -12053451 or 3478600. OLE color: 3478600.

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

Color convert

RGB722053-
CMYK00.720.260.72
HSL321.92º56.52%18.04%-
HSV(B)321.92º72.22%28.24%-
XYZ3.572.143.59-
YUV39.31135.73151.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=49.66%
G=13.79%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205300.720.260.72321.9256.5218.04
Hex4814350481A481423912
Octal11024650110321105027122
Binary1001000101001101010100100011010100100010100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481435; }

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

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

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

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

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

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

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

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