#48032E

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

Shades of Blackberry #48032E

Tints of Blackberry #48032E

Color information

#48032E (or 0x48032E) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 2E. RGB value is (72,3,46). Sum of RGB (Red+Green+Blue) = 72+3+46=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48032E is #B7FCD1. Grayscale: #1C1C1C. Windows color (decimal): -12057810 or 3015496. OLE color: 3015496.

HSL color Cylindrical-coordinate representation of color #48032E: hue angle of 322.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48032E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB72346-
CMYK00.960.360.72
HSL322.61º92%14.71%-
HSV(B)322.61º95.83%28.24%-
XYZ3.21.642.73-
YUV28.53137.86159-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=59.50%
G=2.48%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7234600.960.360.72322.619214.71
Hex4832E06024481435cf
Octal11035601404411050313417
Binary10010001110111001100000100100100100010100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48032E; }

 p { color: rgb(72,3,46); }

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

<style>
 a { background-color: #48032E; }

 a { background-color: rgb(72,3,46); }

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

<style>
 span { border-color: #48032E; }

 span { border-color: rgb(72,3,46); }

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