#481228

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

Shades of Blackberry #481228

Tints of Blackberry #481228

Color information

#481228 (or 0x481228) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 28. RGB value is (72,18,40). Sum of RGB (Red+Green+Blue) = 72+18+40=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481228 is #B7EDD7. Grayscale: #242424. Windows color (decimal): -12053976 or 2626120. OLE color: 2626120.

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

Color convert

RGB721840-
CMYK00.750.440.72
HSL335.56º60%17.65%-
HSV(B)335.56º75%28.24%-
XYZ3.271.962.21-
YUV36.65129.89153.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=55.38%
G=13.85%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72184000.750.440.72335.566017.65
Hex48122804B2C481503c12
Octal11022500113541105207422
Binary10010001001010100001001011101100100100010101000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481228; }

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

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

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

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

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

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

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

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