#48173E

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

Shades of Blackberry #48173E

Tints of Blackberry #48173E

Color information

#48173E (or 0x48173E) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 3E. RGB value is (72,23,62). Sum of RGB (Red+Green+Blue) = 72+23+62=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173E is #B7E8C1. Grayscale: #292929. Windows color (decimal): -12052674 or 4069192. OLE color: 4069192.

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

Color convert

RGB722362-
CMYK00.680.140.72
HSL312.24º51.58%18.63%-
HSV(B)312.24º68.06%28.24%-
XYZ3.852.344.81-
YUV42.1139.23149.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=45.86%
G=14.65%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236200.680.140.72312.2451.5818.63
Hex48173E044E481383413
Octal11027760104161104706423
Binary100100010111111110010001001110100100010011100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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