#481A2E

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

Shades of Blackberry #481A2E

Tints of Blackberry #481A2E

Color information

#481A2E (or 0x481A2E) is unknown color: approx Blackberry. HEX triplet: 48, 1A and 2E. RGB value is (72,26,46). Sum of RGB (Red+Green+Blue) = 72+26+46=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A2E is #B7E5D1. Grayscale: #2A2A2A. Windows color (decimal): -12051922 or 3021384. OLE color: 3021384.

HSL color Cylindrical-coordinate representation of color #481A2E: hue angle of 333.91º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A2E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB722646-
CMYK00.640.360.72
HSL333.91º46.94%19.22%-
HSV(B)333.91º63.89%28.24%-
XYZ3.542.312.85-
YUV42.03130.24149.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=50%
G=18.06%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72264600.640.360.72333.9146.9419.22
Hex481A2E040244814e2f13
Octal11032560100441105165723
Binary10010001101010111001000000100100100100010100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A2E; }

 p { color: rgb(72,26,46); }

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

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

 a { background-color: rgb(72,26,46); }

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

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

 span { border-color: rgb(72,26,46); }

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