#48182F

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

Shades of Blackberry #48182F

Tints of Blackberry #48182F

Color information

#48182F (or 0x48182F) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 2F. RGB value is (72,24,47). Sum of RGB (Red+Green+Blue) = 72+24+47=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182F is #B7E7D0. Grayscale: #282828. Windows color (decimal): -12052433 or 3086408. OLE color: 3086408.

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

Color convert

RGB722447-
CMYK00.670.350.72
HSL331.25º50%18.82%-
HSV(B)331.25º66.67%28.24%-
XYZ3.512.242.94-
YUV40.97131.4150.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=50.35%
G=16.78%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72244700.670.350.72331.255018.82
Hex48182F043234814b3213
Octal11030570103431105136223
Binary10010001100010111101000011100011100100010100101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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