#400134

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

Shades of Blackberry #400134

Tints of Blackberry #400134

Color information

#400134 (or 0x400134) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 34. RGB value is (64,1,52). Sum of RGB (Red+Green+Blue) = 64+1+52=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #400134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400134 is #BFFECB. Grayscale: #191919. Windows color (decimal): -12582604 or 3408192. OLE color: 3408192.

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

Color convert

RGB64152-
CMYK00.980.190.75
HSL311.43º96.92%12.75%-
HSV(B)311.43º98.44%25.1%-
XYZ2.751.363.37-
YUV25.65142.87155.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=54.70%
G=0.85%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415200.980.190.75311.4396.9212.75
Hex40134062134B13761d
Octal10016401422311346714115
Binary100000011101000110001010011100101110011011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400134; }

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

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

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

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

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

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

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

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