#48182C

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

Shades of Blackberry #48182C

Tints of Blackberry #48182C

Color information

#48182C (or 0x48182C) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 2C. RGB value is (72,24,44). Sum of RGB (Red+Green+Blue) = 72+24+44=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182C is #B7E7D3. Grayscale: #282828. Windows color (decimal): -12052436 or 2889800. OLE color: 2889800.

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

Color convert

RGB722444-
CMYK00.670.390.72
HSL335º50%18.82%-
HSV(B)335º66.67%28.24%-
XYZ3.452.212.63-
YUV40.63129.9150.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=51.43%
G=17.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72244400.670.390.723355018.82
Hex48182C043274814f3213
Octal11030540103471105176223
Binary10010001100010110001000011100111100100010100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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