#400126

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

Shades of Blackberry #400126

Tints of Blackberry #400126

Color information

#400126 (or 0x400126) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 26. RGB value is (64,1,38). Sum of RGB (Red+Green+Blue) = 64+1+38=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400126 is #BFFED9. Grayscale: #171717. Windows color (decimal): -12582618 or 2490688. OLE color: 2490688.

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

Color convert

RGB64138-
CMYK00.980.410.75
HSL324.76º96.92%12.75%-
HSV(B)324.76º98.44%25.1%-
XYZ2.481.251.94-
YUV24.06135.87156.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=62.14%
G=0.97%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413800.980.410.75324.7696.9212.75
Hex40126062294B14561d
Octal10014601425111350514115
Binary1000000110011001100010101001100101110100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400126; }

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

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

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

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

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

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

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

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