#48033D

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

Shades of Blackberry #48033D

Tints of Blackberry #48033D

Color information

#48033D (or 0x48033D) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 3D. RGB value is (72,3,61). Sum of RGB (Red+Green+Blue) = 72+3+61=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033D is #B7FCC2. Grayscale: #1E1E1E. Windows color (decimal): -12057795 or 3998536. OLE color: 3998536.

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

Color convert

RGB72361-
CMYK00.960.150.72
HSL309.57º92%14.71%-
HSV(B)309.57º95.83%28.24%-
XYZ3.551.784.57-
YUV30.24145.36157.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=52.94%
G=2.21%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236100.960.150.72309.579214.71
Hex4833D060F481365cf
Octal11037501401711046613417
Binary100100011111101011000001111100100010011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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