#48033C

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

Shades of Blackberry #48033C

Tints of Blackberry #48033C

Color information

#48033C (or 0x48033C) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 3C. RGB value is (72,3,60). Sum of RGB (Red+Green+Blue) = 72+3+60=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033C is #B7FCC3. Grayscale: #1D1D1D. Windows color (decimal): -12057796 or 3933000. OLE color: 3933000.

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

Color convert

RGB72360-
CMYK00.960.170.72
HSL310.43º92%14.71%-
HSV(B)310.43º95.83%28.24%-
XYZ3.521.774.43-
YUV30.13144.86157.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=53.33%
G=2.22%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236000.960.170.72310.439214.71
Hex4833C06011481365cf
Octal11037401402111046613417
Binary1001000111111000110000010001100100010011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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