#400722

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

Shades of Blackberry #400722

Tints of Blackberry #400722

Color information

#400722 (or 0x400722) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 22. RGB value is (64,7,34). Sum of RGB (Red+Green+Blue) = 64+7+34=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400722 is #BFF8DD. Grayscale: #1B1B1B. Windows color (decimal): -12581086 or 2230080. OLE color: 2230080.

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

Color convert

RGB64734-
CMYK00.890.470.75
HSL331.58º80.28%13.92%-
HSV(B)331.58º89.06%25.1%-
XYZ2.481.361.64-
YUV27.12131.88154.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=60.95%
G=6.67%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6473400.890.470.75331.5880.2813.92
Hex407220592F4B14c50e
Octal10074201315711351412016
Binary100000011110001001011001101111100101110100110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400722; }

 p { color: rgb(64,7,34); }

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

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

 a { background-color: rgb(64,7,34); }

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

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

 span { border-color: rgb(64,7,34); }

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