#400136

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

Shades of Blackberry #400136

Tints of Blackberry #400136

Color information

#400136 (or 0x400136) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 36. RGB value is (64,1,54). Sum of RGB (Red+Green+Blue) = 64+1+54=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400136 is #BFFEC9. Grayscale: #191919. Windows color (decimal): -12582602 or 3539264. OLE color: 3539264.

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

Color convert

RGB64154-
CMYK00.980.160.75
HSL309.52º96.92%12.75%-
HSV(B)309.52º98.44%25.1%-
XYZ2.791.383.61-
YUV25.88143.87155.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=53.78%
G=0.84%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415400.980.160.75309.5296.9212.75
Hex40136062104B13661d
Octal10016601422011346614115
Binary100000011101100110001010000100101110011011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400136; }

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

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

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

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

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

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

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

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