#481C30

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

Shades of Blackberry #481C30

Tints of Blackberry #481C30

Color information

#481C30 (or 0x481C30) is unknown color: approx Blackberry. HEX triplet: 48, 1C and 30. RGB value is (72,28,48). Sum of RGB (Red+Green+Blue) = 72+28+48=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C30 is #B7E3CF. Grayscale: #2B2B2B. Windows color (decimal): -12051408 or 3152968. OLE color: 3152968.

HSL color Cylindrical-coordinate representation of color #481C30: hue angle of 332.73º 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 #481C30 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB722848-
CMYK00.610.330.72
HSL332.73º44%19.61%-
HSV(B)332.73º61.11%28.24%-
XYZ3.622.423.07-
YUV43.44130.58148.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=48.65%
G=18.92%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72284800.610.330.72332.734419.61
Hex481C3003D214814d2c14
Octal1103460075411105155424
Binary1001000111001100000111101100001100100010100110110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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