#481027

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

Shades of Blackberry #481027

Tints of Blackberry #481027

Color information

#481027 (or 0x481027) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 27. RGB value is (72,16,39). Sum of RGB (Red+Green+Blue) = 72+16+39=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481027 is #B7EFD8. Grayscale: #232323. Windows color (decimal): -12054489 or 2560072. OLE color: 2560072.

HSL color Cylindrical-coordinate representation of color #481027: hue angle of 335.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481027 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB721639-
CMYK00.780.460.72
HSL335.36º63.64%17.25%-
HSV(B)335.36º77.78%28.24%-
XYZ3.221.892.12-
YUV35.37130.05154.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=56.69%
G=12.60%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72163900.780.460.72335.3663.6417.25
Hex48102704E2E4814f4011
Octal110204701165611051710021
Binary100100010000100111010011101011101001000101001111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481027; }

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

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

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

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

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

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

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

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