#48172D

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

Shades of Blackberry #48172D

Tints of Blackberry #48172D

Color information

#48172D (or 0x48172D) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 2D. RGB value is (72,23,45). Sum of RGB (Red+Green+Blue) = 72+23+45=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172D is #B7E8D2. Grayscale: #282828. Windows color (decimal): -12052691 or 2955080. OLE color: 2955080.

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

Color convert

RGB722345-
CMYK00.680.380.72
HSL333.06º51.58%18.63%-
HSV(B)333.06º68.06%28.24%-
XYZ3.452.182.72-
YUV40.16130.73150.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=51.43%
G=16.43%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72234500.680.380.72333.0651.5818.63
Hex48172D044264814d3413
Octal11027550104461105156423
Binary10010001011110110101000100100110100100010100110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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