#48093C

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

Shades of Blackberry #48093C

Tints of Blackberry #48093C

Color information

#48093C (or 0x48093C) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 3C. RGB value is (72,9,60). Sum of RGB (Red+Green+Blue) = 72+9+60=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48093C is #B7F6C3. Grayscale: #212121. Windows color (decimal): -12056260 or 3934536. OLE color: 3934536.

HSL color Cylindrical-coordinate representation of color #48093C: hue angle of 311.43º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48093C is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB72960-
CMYK00.880.170.72
HSL311.43º77.78%15.88%-
HSV(B)311.43º87.5%28.24%-
XYZ3.591.94.45-
YUV33.65142.87155.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=51.06%
G=6.38%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7296000.880.170.72311.4377.7815.88
Hex4893C05811481374e10
Octal110117401302111046711620
Binary1001000100111110001011000100011001000100110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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