#400334

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

Shades of Blackberry #400334

Tints of Blackberry #400334

Color information

#400334 (or 0x400334) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 34. RGB value is (64,3,52). Sum of RGB (Red+Green+Blue) = 64+3+52=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400334 is #BFFCCB. Grayscale: #1A1A1A. Windows color (decimal): -12582092 or 3408704. OLE color: 3408704.

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

Color convert

RGB64352-
CMYK00.950.190.75
HSL311.8º91.04%13.14%-
HSV(B)311.8º95.31%25.1%-
XYZ2.771.43.37-
YUV26.82142.21154.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=53.78%
G=2.52%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435200.950.190.75311.891.0413.14
Hex4033405F134B1385bd
Octal10036401372311347013315
Binary1000000111101000101111110011100101110011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400334; }

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

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

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

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

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

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

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

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