#481C3A

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

Shades of Blackberry #481C3A

Tints of Blackberry #481C3A

Color information

#481C3A (or 0x481C3A) is unknown color: approx Blackberry. HEX triplet: 48, 1C and 3A. RGB value is (72,28,58). Sum of RGB (Red+Green+Blue) = 72+28+58=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3A is #B7E3C5. Grayscale: #2C2C2C. Windows color (decimal): -12051398 or 3808328. OLE color: 3808328.

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

Color convert

RGB722858-
CMYK00.610.190.72
HSL319.09º44%19.61%-
HSV(B)319.09º61.11%28.24%-
XYZ3.852.514.29-
YUV44.58135.58147.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=45.57%
G=17.72%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72285800.610.190.72319.094419.61
Hex481C3A03D134813f2c14
Octal1103472075231104775424
Binary100100011100111010011110110011100100010011111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,58); }

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

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

 a { background-color: rgb(72,28,58); }

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

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

 span { border-color: rgb(72,28,58); }

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