#480934

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

Shades of Blackberry #480934

Tints of Blackberry #480934

Color information

#480934 (or 0x480934) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 34. RGB value is (72,9,52). Sum of RGB (Red+Green+Blue) = 72+9+52=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480934 is #B7F6CB. Grayscale: #202020. Windows color (decimal): -12056268 or 3410248. OLE color: 3410248.

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

Color convert

RGB72952-
CMYK00.880.280.72
HSL319.05º77.78%15.88%-
HSV(B)319.05º87.5%28.24%-
XYZ3.391.823.42-
YUV32.74138.87156-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=54.14%
G=6.77%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7295200.880.280.72319.0577.7815.88
Hex489340581C4813f4e10
Octal110116401303411047711620
Binary1001000100111010001011000111001001000100111111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480934; }

 p { color: rgb(72,9,52); }

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

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

 a { background-color: rgb(72,9,52); }

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

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

 span { border-color: rgb(72,9,52); }

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