#48053D

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

Shades of Blackberry #48053D

Tints of Blackberry #48053D

Color information

#48053D (or 0x48053D) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 3D. RGB value is (72,5,61). Sum of RGB (Red+Green+Blue) = 72+5+61=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48053D is #B7FAC2. Grayscale: #1F1F1F. Windows color (decimal): -12057283 or 3999048. OLE color: 3999048.

HSL color Cylindrical-coordinate representation of color #48053D: hue angle of 309.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48053D is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB72561-
CMYK00.930.150.72
HSL309.85º87.01%15.1%-
HSV(B)309.85º93.06%28.24%-
XYZ3.571.824.58-
YUV31.42144.7156.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=52.17%
G=3.62%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256100.930.150.72309.8587.0115.1
Hex4853D05DF4813657f
Octal11057501351711046612717
Binary1001000101111101010111011111100100010011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48053D; }

 p { color: rgb(72,5,61); }

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

<style>
 a { background-color: #48053D; }

 a { background-color: rgb(72,5,61); }

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

<style>
 span { border-color: #48053D; }

 span { border-color: rgb(72,5,61); }

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