#401633

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

Shades of Blackberry #401633

Tints of Blackberry #401633

Color information

#401633 (or 0x401633) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 33. RGB value is (64,22,51). Sum of RGB (Red+Green+Blue) = 64+22+51=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401633 is #BFE9CC. Grayscale: #252525. Windows color (decimal): -12577229 or 3348032. OLE color: 3348032.

HSL color Cylindrical-coordinate representation of color #401633: hue angle of 318.57º 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 #401633 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB642251-
CMYK00.660.200.75
HSL318.57º48.84%16.86%-
HSV(B)318.57º65.62%25.1%-
XYZ31.93.34-
YUV37.86135.41146.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=46.72%
G=16.06%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64225100.660.200.75318.5748.8416.86
Hex401633042144B13f3111
Octal10026630102241134776121
Binary1000000101101100110100001010100100101110011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401633; }

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

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

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

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

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

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

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

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