#40011E

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

Shades of Blackberry #40011E

Tints of Blackberry #40011E

Color information

#40011E (or 0x40011E) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 1E. RGB value is (64,1,30). Sum of RGB (Red+Green+Blue) = 64+1+30=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40011E is #BFFEE1. Grayscale: #171717. Windows color (decimal): -12582626 or 1966400. OLE color: 1966400.

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

Color convert

RGB64130-
CMYK00.980.530.75
HSL332.38º96.92%12.75%-
HSV(B)332.38º98.44%25.1%-
XYZ2.361.211.34-
YUV23.14131.87157.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=67.37%
G=1.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413000.980.530.75332.3896.9212.75
Hex4011E062354B14c61d
Octal10013601426511351414115
Binary100000011111001100010110101100101110100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40011E; }

 p { color: rgb(64,1,30); }

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

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

 a { background-color: rgb(64,1,30); }

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

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

 span { border-color: rgb(64,1,30); }

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