#480A30

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

Shades of Blackberry #480A30

Tints of Blackberry #480A30

Color information

#480A30 (or 0x480A30) is unknown color: approx Blackberry. HEX triplet: 48, 0A and 30. RGB value is (72,10,48). Sum of RGB (Red+Green+Blue) = 72+10+48=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A30 is #B7F5CF. Grayscale: #202020. Windows color (decimal): -12056016 or 3148360. OLE color: 3148360.

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

Color convert

RGB721048-
CMYK00.860.330.72
HSL323.23º75.61%16.08%-
HSV(B)323.23º86.11%28.24%-
XYZ3.311.812.97-
YUV32.87136.54155.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=55.38%
G=7.69%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72104800.860.330.72323.2375.6116.08
Hex48A3005621481434c10
Octal110126001264111050311420
Binary10010001010110000010101101000011001000101000011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,10,48); }

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

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

 a { background-color: rgb(72,10,48); }

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

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

 span { border-color: rgb(72,10,48); }

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