#400333

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

Shades of Blackberry #400333

Tints of Blackberry #400333

Color information

#400333 (or 0x400333) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 33. RGB value is (64,3,51). Sum of RGB (Red+Green+Blue) = 64+3+51=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400333 is #BFFCCC. Grayscale: #1A1A1A. Windows color (decimal): -12582093 or 3343168. OLE color: 3343168.

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

Color convert

RGB64351-
CMYK00.950.200.75
HSL312.79º91.04%13.14%-
HSV(B)312.79º95.31%25.1%-
XYZ2.741.393.26-
YUV26.71141.71154.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=54.24%
G=2.54%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435100.950.200.75312.7991.0413.14
Hex4033305F144B1395bd
Octal10036301372411347113315
Binary1000000111100110101111110100100101110011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400333; }

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

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

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

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

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

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

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

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