#481230

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

Shades of Blackberry #481230

Tints of Blackberry #481230

Color information

#481230 (or 0x481230) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 30. RGB value is (72,18,48). Sum of RGB (Red+Green+Blue) = 72+18+48=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481230 is #B7EDCF. Grayscale: #252525. Windows color (decimal): -12053968 or 3150408. OLE color: 3150408.

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

Color convert

RGB721848-
CMYK00.750.330.72
HSL326.67º60%17.65%-
HSV(B)326.67º75%28.24%-
XYZ3.422.023.01-
YUV37.57133.89152.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=52.17%
G=13.04%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72184800.750.330.72326.676017.65
Hex48123004B21481473c12
Octal11022600113411105077422
Binary10010001001011000001001011100001100100010100011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481230; }

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

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

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

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

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

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

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

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