#482238

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

Shades of Blackberry #482238

Tints of Blackberry #482238

Color information

#482238 (or 0x482238) is unknown color: approx Blackberry. HEX triplet: 48, 22 and 38. RGB value is (72,34,56). Sum of RGB (Red+Green+Blue) = 72+34+56=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482238 is #B7DDC7. Grayscale: #2F2F2F. Windows color (decimal): -12049864 or 3678792. OLE color: 3678792.

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

Color convert

RGB723456-
CMYK00.530.220.72
HSL325.26º35.85%20.78%-
HSV(B)325.26º52.78%28.24%-
XYZ3.962.814.07-
YUV47.87132.59145.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=44.44%
G=20.99%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72345600.530.220.72325.2635.8520.78
Hex48223803516481452415
Octal1104270065261105054425
Binary1001000100010111000011010110110100100010100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482238; }

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

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

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

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

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

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

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

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