#481030

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

Shades of Blackberry #481030

Tints of Blackberry #481030

Color information

#481030 (or 0x481030) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 30. RGB value is (72,16,48). Sum of RGB (Red+Green+Blue) = 72+16+48=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481030 is #B7EFCF. Grayscale: #242424. Windows color (decimal): -12054480 or 3149896. OLE color: 3149896.

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

Color convert

RGB721648-
CMYK00.780.330.72
HSL325.71º63.64%17.25%-
HSV(B)325.71º77.78%28.24%-
XYZ3.391.963-
YUV36.39134.55153.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=52.94%
G=11.76%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72164800.780.330.72325.7163.6417.25
Hex48103004E21481464011
Octal110206001164111050610021
Binary100100010000110000010011101000011001000101000110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481030; }

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

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

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

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

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

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

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

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