#400235

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

Shades of Blackberry #400235

Tints of Blackberry #400235

Color information

#400235 (or 0x400235) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 35. RGB value is (64,2,53). Sum of RGB (Red+Green+Blue) = 64+2+53=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400235 is #BFFDCA. Grayscale: #1A1A1A. Windows color (decimal): -12582347 or 3473984. OLE color: 3473984.

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

Color convert

RGB64253-
CMYK00.970.170.75
HSL310.65º93.94%12.94%-
HSV(B)310.65º96.88%25.1%-
XYZ2.781.393.49-
YUV26.35143.04154.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=53.78%
G=1.68%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425300.970.170.75310.6593.9412.94
Hex40235061114B1375ed
Octal10026501412111346713615
Binary1000000101101010110000110001100101110011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400235; }

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

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

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

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

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

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

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

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