#400226

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

Shades of Blackberry #400226

Tints of Blackberry #400226

Color information

#400226 (or 0x400226) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 26. RGB value is (64,2,38). Sum of RGB (Red+Green+Blue) = 64+2+38=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400226 is #BFFDD9. Grayscale: #181818. Windows color (decimal): -12582362 or 2490944. OLE color: 2490944.

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

Color convert

RGB64238-
CMYK00.970.410.75
HSL325.16º93.94%12.94%-
HSV(B)325.16º96.88%25.1%-
XYZ2.491.271.95-
YUV24.64135.54156.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=61.54%
G=1.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6423800.970.410.75325.1693.9412.94
Hex40226061294B1455ed
Octal10024601415111350513615
Binary10000001010011001100001101001100101110100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400226; }

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

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

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

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

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

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

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

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