#48023A

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

Shades of Blackberry #48023A

Tints of Blackberry #48023A

Color information

#48023A (or 0x48023A) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 3A. RGB value is (72,2,58). Sum of RGB (Red+Green+Blue) = 72+2+58=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48023A is #B7FDC5. Grayscale: #1D1D1D. Windows color (decimal): -12058054 or 3801672. OLE color: 3801672.

HSL color Cylindrical-coordinate representation of color #48023A: hue angle of 312º 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 #48023A is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB72258-
CMYK00.970.190.72
HSL312º94.59%14.51%-
HSV(B)312º97.22%28.24%-
XYZ3.461.734.15-
YUV29.31144.19158.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=54.55%
G=1.52%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225800.970.190.7231294.5914.51
Hex4823A06113481385ff
Octal11027201412311047013717
Binary1001000101110100110000110011100100010011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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