#48082D

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

Shades of Blackberry #48082D

Tints of Blackberry #48082D

Color information

#48082D (or 0x48082D) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 2D. RGB value is (72,8,45). Sum of RGB (Red+Green+Blue) = 72+8+45=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082D is #B7F7D2. Grayscale: #1F1F1F. Windows color (decimal): -12056531 or 2951240. OLE color: 2951240.

HSL color Cylindrical-coordinate representation of color #48082D: hue angle of 325.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48082D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB72845-
CMYK00.890.380.72
HSL325.31º80%15.69%-
HSV(B)325.31º88.89%28.24%-
XYZ3.231.742.65-
YUV31.35135.7156.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=57.6%
G=6.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7284500.890.380.72325.318015.69
Hex4882D05926481455010
Octal110105501314611050512020
Binary10010001000101101010110011001101001000101000101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48082D; }

 p { color: rgb(72,8,45); }

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

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

 a { background-color: rgb(72,8,45); }

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

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

 span { border-color: rgb(72,8,45); }

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