#400F21

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

Shades of Blackberry #400F21

Tints of Blackberry #400F21

Color information

#400F21 (or 0x400F21) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 21. RGB value is (64,15,33). Sum of RGB (Red+Green+Blue) = 64+15+33=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #400F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F21 is #BFF0DE. Grayscale: #1F1F1F. Windows color (decimal): -12579039 or 2166592. OLE color: 2166592.

HSL color Cylindrical-coordinate representation of color #400F21: hue angle of 337.96º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F21 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB641533-
CMYK00.770.480.75
HSL337.96º62.03%15.49%-
HSV(B)337.96º76.56%25.1%-
XYZ2.561.541.6-
YUV31.7128.73151.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=57.14%
G=13.39%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64153300.770.480.75337.9662.0315.49
Hex40F2104D304B1523ef
Octal10017410115601135227617
Binary100000011111000010100110111000010010111010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400F21; }

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

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

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

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

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

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

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

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