#400129

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

Shades of Blackberry #400129

Tints of Blackberry #400129

Color information

#400129 (or 0x400129) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 29. RGB value is (64,1,41). Sum of RGB (Red+Green+Blue) = 64+1+41=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400129 is #BFFED6. Grayscale: #181818. Windows color (decimal): -12582615 or 2687296. OLE color: 2687296.

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

Color convert

RGB64141-
CMYK00.980.360.75
HSL321.9º96.92%12.75%-
HSV(B)321.9º98.44%25.1%-
XYZ2.531.272.21-
YUV24.4137.37156.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=60.38%
G=0.94%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414100.980.360.75321.996.9212.75
Hex40129062244B14261d
Octal10015101424411350214115
Binary1000000110100101100010100100100101110100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400129; }

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

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

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

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

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

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

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

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