#400234

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

Shades of Blackberry #400234

Tints of Blackberry #400234

Color information

#400234 (or 0x400234) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 34. RGB value is (64,2,52). Sum of RGB (Red+Green+Blue) = 64+2+52=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400234 is #BFFDCB. Grayscale: #1A1A1A. Windows color (decimal): -12582348 or 3408448. OLE color: 3408448.

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

Color convert

RGB64252-
CMYK00.970.190.75
HSL311.61º93.94%12.94%-
HSV(B)311.61º96.88%25.1%-
XYZ2.761.383.37-
YUV26.24142.54154.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=54.24%
G=1.69%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425200.970.190.75311.6193.9412.94
Hex40234061134B1385ed
Octal10026401412311347013615
Binary1000000101101000110000110011100101110011100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400234; }

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

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

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

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

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

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

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

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