#480C38

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

Shades of Blackberry #480C38

Tints of Blackberry #480C38

Color information

#480C38 (or 0x480C38) is unknown color: approx Blackberry. HEX triplet: 48, 0C and 38. RGB value is (72,12,56). Sum of RGB (Red+Green+Blue) = 72+12+56=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C38 is #B7F3C7. Grayscale: #222222. Windows color (decimal): -12055496 or 3673160. OLE color: 3673160.

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

Color convert

RGB721256-
CMYK00.830.220.72
HSL316º71.43%16.47%-
HSV(B)316º83.33%28.24%-
XYZ3.521.933.93-
YUV34.96139.88154.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 56 (22.27% from 255) = 40%
R=51.43%
G=8.57%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72125600.830.220.7231671.4316.47
Hex48C38053164813c4710
Octal110147001232611047410720
Binary1001000110011100001010011101101001000100111100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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