#480B38

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

Shades of Blackberry #480B38

Tints of Blackberry #480B38

Color information

#480B38 (or 0x480B38) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 38. RGB value is (72,11,56). Sum of RGB (Red+Green+Blue) = 72+11+56=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B38 is #B7F4C7. Grayscale: #222222. Windows color (decimal): -12055752 or 3672904. OLE color: 3672904.

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

Color convert

RGB721156-
CMYK00.850.220.72
HSL315.74º73.49%16.27%-
HSV(B)315.74º84.72%28.24%-
XYZ3.511.93.92-
YUV34.37140.21154.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=51.80%
G=7.91%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72115600.850.220.72315.7473.4916.27
Hex48B38055164813c4910
Octal110137001252611047411120
Binary1001000101111100001010101101101001000100111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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