#48172C

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

Shades of Blackberry #48172C

Tints of Blackberry #48172C

Color information

#48172C (or 0x48172C) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 2C. RGB value is (72,23,44). Sum of RGB (Red+Green+Blue) = 72+23+44=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172C is #B7E8D3. Grayscale: #282828. Windows color (decimal): -12052692 or 2889544. OLE color: 2889544.

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

Color convert

RGB722344-
CMYK00.680.390.72
HSL334.29º51.58%18.63%-
HSV(B)334.29º68.06%28.24%-
XYZ3.432.172.62-
YUV40.04130.23150.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=51.80%
G=16.55%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72234400.680.390.72334.2951.5818.63
Hex48172C044274814e3413
Octal11027540104471105166423
Binary10010001011110110001000100100111100100010100111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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