#482035

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

Shades of Blackberry #482035

Tints of Blackberry #482035

Color information

#482035 (or 0x482035) is unknown color: approx Blackberry. HEX triplet: 48, 20 and 35. RGB value is (72,32,53). Sum of RGB (Red+Green+Blue) = 72+32+53=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482035 is #B7DFCA. Grayscale: #2E2E2E. Windows color (decimal): -12050379 or 3481672. OLE color: 3481672.

HSL color Cylindrical-coordinate representation of color #482035: hue angle of 328.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482035 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB723253-
CMYK00.560.260.72
HSL328.5º38.46%20.39%-
HSV(B)328.5º55.56%28.24%-
XYZ3.832.673.68-
YUV46.35131.75146.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=45.86%
G=20.38%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72325300.560.260.72328.538.4620.39
Hex4820350381A481482614
Octal1104065070321105104624
Binary1001000100000110101011100011010100100010100100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482035; }

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

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

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

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

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

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

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

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