#480F38

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

Shades of Blackberry #480F38

Tints of Blackberry #480F38

Color information

#480F38 (or 0x480F38) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 38. RGB value is (72,15,56). Sum of RGB (Red+Green+Blue) = 72+15+56=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F38 is #B7F0C7. Grayscale: #242424. Windows color (decimal): -12054728 or 3673928. OLE color: 3673928.

HSL color Cylindrical-coordinate representation of color #480F38: hue angle of 316.84º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F38 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB721556-
CMYK00.790.220.72
HSL316.84º65.52%17.06%-
HSV(B)316.84º79.17%28.24%-
XYZ3.5623.94-
YUV36.72138.88153.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=50.35%
G=10.49%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72155600.790.220.72316.8465.5217.06
Hex48F3804F164813d4211
Octal110177001172611047510221
Binary1001000111111100001001111101101001000100111101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F38; }

 p { color: rgb(72,15,56); }

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

<style>
 a { background-color: #480F38; }

 a { background-color: rgb(72,15,56); }

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

<style>
 span { border-color: #480F38; }

 span { border-color: rgb(72,15,56); }

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