#48102D

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

Shades of Blackberry #48102D

Tints of Blackberry #48102D

Color information

#48102D (or 0x48102D) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 2D. RGB value is (72,16,45). Sum of RGB (Red+Green+Blue) = 72+16+45=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48102D is #B7EFD2. Grayscale: #232323. Windows color (decimal): -12054483 or 2953288. OLE color: 2953288.

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

Color convert

RGB721645-
CMYK00.780.380.72
HSL328.93º63.64%17.25%-
HSV(B)328.93º77.78%28.24%-
XYZ3.331.942.68-
YUV36.05133.05153.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=54.14%
G=12.03%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72164500.780.380.72328.9363.6417.25
Hex48102D04E26481494011
Octal110205501164611051110021
Binary100100010000101101010011101001101001000101001001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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