#400236

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

Shades of Blackberry #400236

Tints of Blackberry #400236

Color information

#400236 (or 0x400236) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 36. RGB value is (64,2,54). Sum of RGB (Red+Green+Blue) = 64+2+54=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400236 is #BFFDC9. Grayscale: #1A1A1A. Windows color (decimal): -12582346 or 3539520. OLE color: 3539520.

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

Color convert

RGB64254-
CMYK00.970.160.75
HSL309.68º93.94%12.94%-
HSV(B)309.68º96.88%25.1%-
XYZ2.81.43.61-
YUV26.47143.54154.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 54 (21.48% from 255) = 45%
R=53.33%
G=1.67%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425400.970.160.75309.6893.9412.94
Hex40236061104B1365ed
Octal10026601412011346613615
Binary1000000101101100110000110000100101110011011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400236; }

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

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

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

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

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

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

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

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