#401027

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

Shades of Blackberry #401027

Tints of Blackberry #401027

Color information

#401027 (or 0x401027) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 27. RGB value is (64,16,39). Sum of RGB (Red+Green+Blue) = 64+16+39=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401027 is #BFEFD8. Grayscale: #202020. Windows color (decimal): -12578777 or 2560064. OLE color: 2560064.

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

Color convert

RGB641639-
CMYK00.750.390.75
HSL331.25º60%15.69%-
HSV(B)331.25º75%25.1%-
XYZ2.671.612.09-
YUV32.97131.4150.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=53.78%
G=13.45%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64163900.750.390.75331.256015.69
Hex40102704B274B14b3c10
Octal10020470113471135137420
Binary10000001000010011101001011100111100101110100101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401027; }

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

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

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

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

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

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

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

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