#401530

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

Shades of Blackberry #401530

Tints of Blackberry #401530

Color information

#401530 (or 0x401530) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 30. RGB value is (64,21,48). Sum of RGB (Red+Green+Blue) = 64+21+48=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401530 is #BFEACF. Grayscale: #242424. Windows color (decimal): -12577488 or 3151168. OLE color: 3151168.

HSL color Cylindrical-coordinate representation of color #401530: hue angle of 322.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401530 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB642148-
CMYK00.670.250.75
HSL322.33º50.59%16.67%-
HSV(B)322.33º67.19%25.1%-
XYZ2.921.843-
YUV36.94134.25147.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=48.12%
G=15.79%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64214800.670.250.75322.3350.5916.67
Hex401530043194B1423311
Octal10025600103311135026321
Binary1000000101011100000100001111001100101110100001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401530; }

 p { color: rgb(64,21,48); }

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

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

 a { background-color: rgb(64,21,48); }

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

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

 span { border-color: rgb(64,21,48); }

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