#481134

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

Shades of Blackberry #481134

Tints of Blackberry #481134

Color information

#481134 (or 0x481134) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 34. RGB value is (72,17,52). Sum of RGB (Red+Green+Blue) = 72+17+52=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481134 is #B7EECB. Grayscale: #252525. Windows color (decimal): -12054220 or 3412296. OLE color: 3412296.

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

Color convert

RGB721752-
CMYK00.760.280.72
HSL321.82º61.8%17.45%-
HSV(B)321.82º76.39%28.24%-
XYZ3.492.033.46-
YUV37.43136.22152.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=51.06%
G=12.06%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72175200.760.280.72321.8261.817.45
Hex48113404C1C481423e11
Octal11021640114341105027621
Binary1001000100011101000100110011100100100010100001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481134; }

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

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

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

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

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

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

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

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