#48173A

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

Shades of Blackberry #48173A

Tints of Blackberry #48173A

Color information

#48173A (or 0x48173A) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 3A. RGB value is (72,23,58). Sum of RGB (Red+Green+Blue) = 72+23+58=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173A is #B7E8C5. Grayscale: #292929. Windows color (decimal): -12052678 or 3807048. OLE color: 3807048.

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

Color convert

RGB722358-
CMYK00.680.190.72
HSL317.14º51.58%18.63%-
HSV(B)317.14º68.06%28.24%-
XYZ3.742.34.25-
YUV41.64137.23149.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=47.06%
G=15.03%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72235800.680.190.72317.1451.5818.63
Hex48173A044134813d3413
Octal11027720104231104756423
Binary1001000101111110100100010010011100100010011110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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