#481231

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

Shades of Blackberry #481231

Tints of Blackberry #481231

Color information

#481231 (or 0x481231) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 31. RGB value is (72,18,49). Sum of RGB (Red+Green+Blue) = 72+18+49=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #481231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481231 is #B7EDCE. Grayscale: #252525. Windows color (decimal): -12053967 or 3215944. OLE color: 3215944.

HSL color Cylindrical-coordinate representation of color #481231: hue angle of 325.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481231 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB721849-
CMYK00.750.320.72
HSL325.56º60%17.65%-
HSV(B)325.56º75%28.24%-
XYZ3.442.033.12-
YUV37.68134.39152.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=51.80%
G=12.95%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72184900.750.320.72325.566017.65
Hex48123104B20481463c12
Octal11022610113401105067422
Binary10010001001011000101001011100000100100010100011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481231; }

 p { color: rgb(72,18,49); }

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

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

 a { background-color: rgb(72,18,49); }

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

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

 span { border-color: rgb(72,18,49); }

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