#400127

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

Shades of Blackberry #400127

Tints of Blackberry #400127

Color information

#400127 (or 0x400127) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 27. RGB value is (64,1,39). Sum of RGB (Red+Green+Blue) = 64+1+39=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400127 is #BFFED8. Grayscale: #181818. Windows color (decimal): -12582617 or 2556224. OLE color: 2556224.

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

Color convert

RGB64139-
CMYK00.980.390.75
HSL323.81º96.92%12.75%-
HSV(B)323.81º98.44%25.1%-
XYZ2.491.262.03-
YUV24.17136.37156.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=61.54%
G=0.96%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413900.980.390.75323.8196.9212.75
Hex40127062274B14461d
Octal10014701424711350414115
Binary1000000110011101100010100111100101110100010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400127; }

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

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

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

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

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

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

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

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