#48072E

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

Shades of Blackberry #48072E

Tints of Blackberry #48072E

Color information

#48072E (or 0x48072E) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 2E. RGB value is (72,7,46). Sum of RGB (Red+Green+Blue) = 72+7+46=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48072E is #B7F8D1. Grayscale: #1E1E1E. Windows color (decimal): -12056786 or 3016520. OLE color: 3016520.

HSL color Cylindrical-coordinate representation of color #48072E: hue angle of 324º 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 #48072E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB72746-
CMYK00.900.360.72
HSL324º82.28%15.49%-
HSV(B)324º90.28%28.24%-
XYZ3.241.732.75-
YUV30.88136.53157.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=57.6%
G=5.6%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7274600.900.360.7232482.2815.49
Hex4872E05A244814452f
Octal11075601324411050412217
Binary100100011110111001011010100100100100010100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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