#401630

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

Shades of Blackberry #401630

Tints of Blackberry #401630

Color information

#401630 (or 0x401630) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 30. RGB value is (64,22,48). Sum of RGB (Red+Green+Blue) = 64+22+48=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401630 is #BFE9CF. Grayscale: #252525. Windows color (decimal): -12577232 or 3151424. OLE color: 3151424.

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

Color convert

RGB642248-
CMYK00.660.250.75
HSL322.86º48.84%16.86%-
HSV(B)322.86º65.62%25.1%-
XYZ2.931.883-
YUV37.52133.91146.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=47.76%
G=16.42%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64224800.660.250.75322.8648.8416.86
Hex401630042194B1433111
Octal10026600102311135036121
Binary1000000101101100000100001011001100101110100001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401630; }

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

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

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

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

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

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

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

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