#48213A

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

Shades of Blackberry #48213A

Tints of Blackberry #48213A

Color information

#48213A (or 0x48213A) is unknown color: approx Blackberry. HEX triplet: 48, 21 and 3A. RGB value is (72,33,58). Sum of RGB (Red+Green+Blue) = 72+33+58=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213A is #B7DEC5. Grayscale: #2F2F2F. Windows color (decimal): -12050118 or 3809608. OLE color: 3809608.

HSL color Cylindrical-coordinate representation of color #48213A: hue angle of 321.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48213A is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB723358-
CMYK00.540.190.72
HSL321.54º37.14%20.59%-
HSV(B)321.54º54.17%28.24%-
XYZ3.982.774.33-
YUV47.51133.92145.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=44.17%
G=20.25%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72335800.540.190.72321.5437.1420.59
Hex48213A03613481422515
Octal1104172066231105024525
Binary1001000100001111010011011010011100100010100001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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