#48082B

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

Shades of Blackberry #48082B

Tints of Blackberry #48082B

Color information

#48082B (or 0x48082B) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 2B. RGB value is (72,8,43). Sum of RGB (Red+Green+Blue) = 72+8+43=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082B is #B7F7D4. Grayscale: #1F1F1F. Windows color (decimal): -12056533 or 2820168. OLE color: 2820168.

HSL color Cylindrical-coordinate representation of color #48082B: hue angle of 327.19º 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 #48082B is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB72843-
CMYK00.890.400.72
HSL327.19º80%15.69%-
HSV(B)327.19º88.89%28.24%-
XYZ3.21.732.45-
YUV31.13134.7157.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=58.54%
G=6.50%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7284300.890.400.72327.198015.69
Hex4882B05928481475010
Octal110105301315011050712020
Binary10010001000101011010110011010001001000101000111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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