#481227

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

Shades of Blackberry #481227

Tints of Blackberry #481227

Color information

#481227 (or 0x481227) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 27. RGB value is (72,18,39). Sum of RGB (Red+Green+Blue) = 72+18+39=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481227 is #B7EDD8. Grayscale: #242424. Windows color (decimal): -12053977 or 2560584. OLE color: 2560584.

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

Color convert

RGB721839-
CMYK00.750.460.72
HSL336.67º60%17.65%-
HSV(B)336.67º75%28.24%-
XYZ3.261.962.13-
YUV36.54129.39153.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=55.81%
G=13.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72183900.750.460.72336.676017.65
Hex48122704B2E481513c12
Octal11022470113561105217422
Binary10010001001010011101001011101110100100010101000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481227; }

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

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

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

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

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

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

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

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