#401127

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

Shades of Blackberry #401127

Tints of Blackberry #401127

Color information

#401127 (or 0x401127) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 27. RGB value is (64,17,39). Sum of RGB (Red+Green+Blue) = 64+17+39=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401127 is #BFEED8. Grayscale: #212121. Windows color (decimal): -12578521 or 2560320. OLE color: 2560320.

HSL color Cylindrical-coordinate representation of color #401127: hue angle of 331.91º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401127 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB641739-
CMYK00.730.390.75
HSL331.91º58.02%15.88%-
HSV(B)331.91º73.44%25.1%-
XYZ2.681.642.09-
YUV33.56131.07149.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=53.33%
G=14.17%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64173900.730.390.75331.9158.0215.88
Hex401127049274B14c3a10
Octal10021470111471135147220
Binary10000001000110011101001001100111100101110100110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401127; }

 p { color: rgb(64,17,39); }

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

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

 a { background-color: rgb(64,17,39); }

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

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

 span { border-color: rgb(64,17,39); }

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