#48023C

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

Shades of Blackberry #48023C

Tints of Blackberry #48023C

Color information

#48023C (or 0x48023C) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 3C. RGB value is (72,2,60). Sum of RGB (Red+Green+Blue) = 72+2+60=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48023C is #B7FDC3. Grayscale: #1D1D1D. Windows color (decimal): -12058052 or 3932744. OLE color: 3932744.

HSL color Cylindrical-coordinate representation of color #48023C: hue angle of 310.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48023C is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB72260-
CMYK00.970.170.72
HSL310.29º94.59%14.51%-
HSV(B)310.29º97.22%28.24%-
XYZ3.511.754.43-
YUV29.54145.19158.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=53.73%
G=1.49%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226000.970.170.72310.2994.5914.51
Hex4823C06111481365ff
Octal11027401412111046613717
Binary1001000101111000110000110001100100010011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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