#400B2D

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

Shades of Blackberry #400B2D

Tints of Blackberry #400B2D

Color information

#400B2D (or 0x400B2D) is unknown color: approx Blackberry. HEX triplet: 40, 0B and 2D. RGB value is (64,11,45). Sum of RGB (Red+Green+Blue) = 64+11+45=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B2D is #BFF4D2. Grayscale: #1E1E1E. Windows color (decimal): -12580051 or 2952000. OLE color: 2952000.

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

Color convert

RGB641145-
CMYK00.830.300.75
HSL321.51º70.67%14.71%-
HSV(B)321.51º82.81%25.1%-
XYZ2.711.522.63-
YUV30.72136.06151.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=53.33%
G=9.17%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64114500.830.300.75321.5170.6714.71
Hex40B2D0531E4B14247f
Octal100135501233611350210717
Binary100000010111011010101001111110100101110100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,11,45); }

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

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

 a { background-color: rgb(64,11,45); }

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

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

 span { border-color: rgb(64,11,45); }

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