#482237

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

Shades of Blackberry #482237

Tints of Blackberry #482237

Color information

#482237 (or 0x482237) is unknown color: approx Blackberry. HEX triplet: 48, 22 and 37. RGB value is (72,34,55). Sum of RGB (Red+Green+Blue) = 72+34+55=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482237 is #B7DDC8. Grayscale: #2F2F2F. Windows color (decimal): -12049865 or 3613256. OLE color: 3613256.

HSL color Cylindrical-coordinate representation of color #482237: hue angle of 326.84º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482237 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB723455-
CMYK00.530.240.72
HSL326.84º35.85%20.78%-
HSV(B)326.84º52.78%28.24%-
XYZ3.932.83.95-
YUV47.76132.09145.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=44.72%
G=21.12%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72345500.530.240.72326.8435.8520.78
Hex48223703518481472415
Octal1104267065301105074425
Binary1001000100010110111011010111000100100010100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482237; }

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

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

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

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

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

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

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

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