#400621

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

Shades of Blackberry #400621

Tints of Blackberry #400621

Color information

#400621 (or 0x400621) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 21. RGB value is (64,6,33). Sum of RGB (Red+Green+Blue) = 64+6+33=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400621 is #BFF9DE. Grayscale: #1A1A1A. Windows color (decimal): -12581343 or 2164288. OLE color: 2164288.

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

Color convert

RGB64633-
CMYK00.910.480.75
HSL332.07º82.86%13.73%-
HSV(B)332.07º90.62%25.1%-
XYZ2.451.331.57-
YUV26.42131.72154.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=62.14%
G=5.83%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463300.910.480.75332.0782.8613.73
Hex4062105B304B14c53e
Octal10064101336011351412316
Binary100000011010000101011011110000100101110100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400621; }

 p { color: rgb(64,6,33); }

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

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

 a { background-color: rgb(64,6,33); }

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

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

 span { border-color: rgb(64,6,33); }

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