#48183C

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

Shades of Blackberry #48183C

Tints of Blackberry #48183C

Color information

#48183C (or 0x48183C) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 3C. RGB value is (72,24,60). Sum of RGB (Red+Green+Blue) = 72+24+60=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183C is #B7E7C3. Grayscale: #2A2A2A. Windows color (decimal): -12052420 or 3938376. OLE color: 3938376.

HSL color Cylindrical-coordinate representation of color #48183C: hue angle of 315º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48183C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB722460-
CMYK00.670.170.72
HSL315º50%18.82%-
HSV(B)315º66.67%28.24%-
XYZ3.812.364.53-
YUV42.46137.9149.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72246000.670.170.723155018.82
Hex48183C043114813b3213
Octal11030740103211104736223
Binary1001000110001111000100001110001100100010011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,24,60); }

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

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

 a { background-color: rgb(72,24,60); }

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

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

 span { border-color: rgb(72,24,60); }

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