#48033E

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

Shades of Blackberry #48033E

Tints of Blackberry #48033E

Color information

#48033E (or 0x48033E) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 3E. RGB value is (72,3,62). Sum of RGB (Red+Green+Blue) = 72+3+62=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033E is #B7FCC1. Grayscale: #1E1E1E. Windows color (decimal): -12057794 or 4064072. OLE color: 4064072.

HSL color Cylindrical-coordinate representation of color #48033E: hue angle of 308.7º 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 #48033E is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB72362-
CMYK00.960.140.72
HSL308.7º92%14.71%-
HSV(B)308.7º95.83%28.24%-
XYZ3.571.794.71-
YUV30.36145.86157.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=52.55%
G=2.19%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236200.960.140.72308.79214.71
Hex4833E060E481355cf
Octal11037601401611046513417
Binary100100011111110011000001110100100010011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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