#48073A

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

Shades of Blackberry #48073A

Tints of Blackberry #48073A

Color information

#48073A (or 0x48073A) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 3A. RGB value is (72,7,58). Sum of RGB (Red+Green+Blue) = 72+7+58=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48073A is #B7F8C5. Grayscale: #202020. Windows color (decimal): -12056774 or 3802952. OLE color: 3802952.

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

Color convert

RGB72758-
CMYK00.900.190.72
HSL312.92º82.28%15.49%-
HSV(B)312.92º90.28%28.24%-
XYZ3.511.844.17-
YUV32.25142.53156.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=52.55%
G=5.11%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7275800.900.190.72312.9282.2815.49
Hex4873A05A134813952f
Octal11077201322311047112217
Binary10010001111110100101101010011100100010011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48073A; }

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

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

<style>
 a { background-color: #48073A; }

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

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

<style>
 span { border-color: #48073A; }

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

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