#482239

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

Shades of Blackberry #482239

Tints of Blackberry #482239

Color information

#482239 (or 0x482239) is unknown color: approx Blackberry. HEX triplet: 48, 22 and 39. RGB value is (72,34,57). Sum of RGB (Red+Green+Blue) = 72+34+57=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482239 is #B7DDC6. Grayscale: #2F2F2F. Windows color (decimal): -12049863 or 3744328. OLE color: 3744328.

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

Color convert

RGB723457-
CMYK00.530.210.72
HSL323.68º35.85%20.78%-
HSV(B)323.68º52.78%28.24%-
XYZ3.982.824.2-
YUV47.98133.09145.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=44.17%
G=20.86%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72345700.530.210.72323.6835.8520.78
Hex48223903515481442415
Octal1104271065251105044425
Binary1001000100010111001011010110101100100010100010010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482239; }

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

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

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

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

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

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

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

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