#400022

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

Shades of Blackberry #400022

Tints of Blackberry #400022

Color information

#400022 (or 0x400022) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 22. RGB value is (64,0,34). Sum of RGB (Red+Green+Blue) = 64+0+34=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400022 is #BFFFDD. Grayscale: #161616. Windows color (decimal): -12582878 or 2228288. OLE color: 2228288.

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

Color convert

RGB64034-
CMYK010.470.75
HSL328.12º100%12.55%-
HSV(B)328.12º100%25.1%-
XYZ2.41.211.62-
YUV23.01134.2157.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 34.69%
R=65.31%
G=0%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64034010.470.75328.1210012.55
Hex400220642F4B14864d
Octal10004201445711351014415
Binary1000000010001001100100101111100101110100100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400022; }

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

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

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

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

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

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

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

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