#48052B

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

Shades of Blackberry #48052B

Tints of Blackberry #48052B

Color information

#48052B (or 0x48052B) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 2B. RGB value is (72,5,43). Sum of RGB (Red+Green+Blue) = 72+5+43=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052B is #B7FAD4. Grayscale: #1D1D1D. Windows color (decimal): -12057301 or 2819400. OLE color: 2819400.

HSL color Cylindrical-coordinate representation of color #48052B: hue angle of 325.97º 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 #48052B is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB72543-
CMYK00.930.400.72
HSL325.97º87.01%15.1%-
HSV(B)325.97º93.06%28.24%-
XYZ3.161.662.44-
YUV29.36135.7158.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=60%
G=4.17%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254300.930.400.72325.9787.0115.1
Hex4852B05D284814657f
Octal11055301355011050612717
Binary100100010110101101011101101000100100010100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48052B; }

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

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

<style>
 a { background-color: #48052B; }

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

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

<style>
 span { border-color: #48052B; }

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

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