#48072F

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

Shades of Blackberry #48072F

Tints of Blackberry #48072F

Color information

#48072F (or 0x48072F) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 2F. RGB value is (72,7,47). Sum of RGB (Red+Green+Blue) = 72+7+47=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48072F is #B7F8D0. Grayscale: #1E1E1E. Windows color (decimal): -12056785 or 3082056. OLE color: 3082056.

HSL color Cylindrical-coordinate representation of color #48072F: hue angle of 323.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48072F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB72747-
CMYK00.900.350.72
HSL323.08º82.28%15.49%-
HSV(B)323.08º90.28%28.24%-
XYZ3.261.732.85-
YUV31137.03157.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=57.14%
G=5.56%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7274700.900.350.72323.0882.2815.49
Hex4872F05A234814352f
Octal11075701324311050312217
Binary100100011110111101011010100011100100010100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48072F; }

 p { color: rgb(72,7,47); }

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

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

 a { background-color: rgb(72,7,47); }

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

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

 span { border-color: rgb(72,7,47); }

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