#400B30

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

Shades of Blackberry #400B30

Tints of Blackberry #400B30

Color information

#400B30 (or 0x400B30) is unknown color: approx Blackberry. HEX triplet: 40, 0B and 30. RGB value is (64,11,48). Sum of RGB (Red+Green+Blue) = 64+11+48=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B30 is #BFF4CF. Grayscale: #1E1E1E. Windows color (decimal): -12580048 or 3148608. OLE color: 3148608.

HSL color Cylindrical-coordinate representation of color #400B30: hue angle of 318.11º 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 #400B30 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB641148-
CMYK00.830.250.75
HSL318.11º70.67%14.71%-
HSV(B)318.11º82.81%25.1%-
XYZ2.771.542.95-
YUV31.06137.56151.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=52.03%
G=8.94%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64114800.830.250.75318.1170.6714.71
Hex40B30053194B13e47f
Octal100136001233111347610717
Binary100000010111100000101001111001100101110011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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