#48102F

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

Shades of Blackberry #48102F

Tints of Blackberry #48102F

Color information

#48102F (or 0x48102F) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 2F. RGB value is (72,16,47). Sum of RGB (Red+Green+Blue) = 72+16+47=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48102F is #B7EFD0. Grayscale: #242424. Windows color (decimal): -12054481 or 3084360. OLE color: 3084360.

HSL color Cylindrical-coordinate representation of color #48102F: hue angle of 326.79º 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 #48102F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB721647-
CMYK00.780.350.72
HSL326.79º63.64%17.25%-
HSV(B)326.79º77.78%28.24%-
XYZ3.371.952.89-
YUV36.28134.05153.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=53.33%
G=11.85%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72164700.780.350.72326.7963.6417.25
Hex48102F04E23481474011
Octal110205701164311050710021
Binary100100010000101111010011101000111001000101000111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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