#48082C

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

Shades of Blackberry #48082C

Tints of Blackberry #48082C

Color information

#48082C (or 0x48082C) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 2C. RGB value is (72,8,44). Sum of RGB (Red+Green+Blue) = 72+8+44=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082C is #B7F7D3. Grayscale: #1F1F1F. Windows color (decimal): -12056532 or 2885704. OLE color: 2885704.

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

Color convert

RGB72844-
CMYK00.890.390.72
HSL326.25º80%15.69%-
HSV(B)326.25º88.89%28.24%-
XYZ3.211.732.55-
YUV31.24135.2157.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=58.06%
G=6.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7284400.890.390.72326.258015.69
Hex4882C05927481465010
Octal110105401314711050612020
Binary10010001000101100010110011001111001000101000110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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