#480F2A

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

Shades of Blackberry #480F2A

Tints of Blackberry #480F2A

Color information

#480F2A (or 0x480F2A) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 2A. RGB value is (72,15,42). Sum of RGB (Red+Green+Blue) = 72+15+42=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2A is #B7F0D5. Grayscale: #232323. Windows color (decimal): -12054742 or 2756424. OLE color: 2756424.

HSL color Cylindrical-coordinate representation of color #480F2A: hue angle of 331.58º 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 #480F2A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB721542-
CMYK00.790.420.72
HSL331.58º65.52%17.06%-
HSV(B)331.58º79.17%28.24%-
XYZ3.261.892.38-
YUV35.12131.88154.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=55.81%
G=11.63%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72154200.790.420.72331.5865.5217.06
Hex48F2A04F2A4814c4211
Octal110175201175211051410221
Binary10010001111101010010011111010101001000101001100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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