#48102E

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

Shades of Blackberry #48102E

Tints of Blackberry #48102E

Color information

#48102E (or 0x48102E) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 2E. RGB value is (72,16,46). Sum of RGB (Red+Green+Blue) = 72+16+46=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48102E is #B7EFD1. Grayscale: #242424. Windows color (decimal): -12054482 or 3018824. OLE color: 3018824.

HSL color Cylindrical-coordinate representation of color #48102E: hue angle of 327.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48102E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB721646-
CMYK00.780.360.72
HSL327.86º63.64%17.25%-
HSV(B)327.86º77.78%28.24%-
XYZ3.351.952.78-
YUV36.16133.55153.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=53.73%
G=11.94%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72164600.780.360.72327.8663.6417.25
Hex48102E04E24481484011
Octal110205601164411051010021
Binary100100010000101110010011101001001001000101001000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48102E; }

 p { color: rgb(72,16,46); }

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

<style>
 a { background-color: #48102E; }

 a { background-color: rgb(72,16,46); }

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

<style>
 span { border-color: #48102E; }

 span { border-color: rgb(72,16,46); }

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