#401634

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

Shades of Blackberry #401634

Tints of Blackberry #401634

Color information

#401634 (or 0x401634) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 34. RGB value is (64,22,52). Sum of RGB (Red+Green+Blue) = 64+22+52=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401634 is #BFE9CB. Grayscale: #252525. Windows color (decimal): -12577228 or 3413568. OLE color: 3413568.

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

Color convert

RGB642252-
CMYK00.660.190.75
HSL317.14º48.84%16.86%-
HSV(B)317.14º65.62%25.1%-
XYZ3.021.913.46-
YUV37.98135.91146.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=46.38%
G=15.94%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64225200.660.190.75317.1448.8416.86
Hex401634042134B13d3111
Octal10026640102231134756121
Binary1000000101101101000100001010011100101110011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401634; }

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

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

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

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

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

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

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

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