#482037

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

Shades of Blackberry #482037

Tints of Blackberry #482037

Color information

#482037 (or 0x482037) is unknown color: approx Blackberry. HEX triplet: 48, 20 and 37. RGB value is (72,32,55). Sum of RGB (Red+Green+Blue) = 72+32+55=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482037 is #B7DFC8. Grayscale: #2E2E2E. Windows color (decimal): -12050377 or 3612744. OLE color: 3612744.

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

Color convert

RGB723255-
CMYK00.560.240.72
HSL325.5º38.46%20.39%-
HSV(B)325.5º55.56%28.24%-
XYZ3.882.693.93-
YUV46.58132.75146.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=45.28%
G=20.13%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72325500.560.240.72325.538.4620.39
Hex48203703818481462614
Octal1104067070301105064624
Binary1001000100000110111011100011000100100010100011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482037; }

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

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

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

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

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

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

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

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