#481026

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

Shades of Blackberry #481026

Tints of Blackberry #481026

Color information

#481026 (or 0x481026) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 26. RGB value is (72,16,38). Sum of RGB (Red+Green+Blue) = 72+16+38=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481026 is #B7EFD9. Grayscale: #232323. Windows color (decimal): -12054490 or 2494536. OLE color: 2494536.

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

Color convert

RGB721638-
CMYK00.780.470.72
HSL336.43º63.64%17.25%-
HSV(B)336.43º77.78%28.24%-
XYZ3.211.892.03-
YUV35.25129.55154.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=57.14%
G=12.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72163800.780.470.72336.4363.6417.25
Hex48102604E2F481504011
Octal110204601165711052010021
Binary100100010000100110010011101011111001000101010000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481026; }

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

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

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

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

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

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

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

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