#48073C

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

Shades of Blackberry #48073C

Tints of Blackberry #48073C

Color information

#48073C (or 0x48073C) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 3C. RGB value is (72,7,60). Sum of RGB (Red+Green+Blue) = 72+7+60=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48073C is #B7F8C3. Grayscale: #202020. Windows color (decimal): -12056772 or 3934024. OLE color: 3934024.

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

Color convert

RGB72760-
CMYK00.900.170.72
HSL311.08º82.28%15.49%-
HSV(B)311.08º90.28%28.24%-
XYZ3.561.864.45-
YUV32.48143.53156.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=51.80%
G=5.04%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7276000.900.170.72311.0882.2815.49
Hex4873C05A114813752f
Octal11077401322111046712217
Binary10010001111111000101101010001100100010011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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