#400227

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

Shades of Blackberry #400227

Tints of Blackberry #400227

Color information

#400227 (or 0x400227) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 27. RGB value is (64,2,39). Sum of RGB (Red+Green+Blue) = 64+2+39=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400227 is #BFFDD8. Grayscale: #181818. Windows color (decimal): -12582361 or 2556480. OLE color: 2556480.

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

Color convert

RGB64239-
CMYK00.970.390.75
HSL324.19º93.94%12.94%-
HSV(B)324.19º96.88%25.1%-
XYZ2.51.282.03-
YUV24.76136.04155.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=60.95%
G=1.90%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6423900.970.390.75324.1993.9412.94
Hex40227061274B1445ed
Octal10024701414711350413615
Binary10000001010011101100001100111100101110100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400227; }

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

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

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

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

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

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

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

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