#40001F

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

Shades of Blackberry #40001F

Tints of Blackberry #40001F

Color information

#40001F (or 0x40001F) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 1F. RGB value is (64,0,31). Sum of RGB (Red+Green+Blue) = 64+0+31=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40001F is #BFFFE0. Grayscale: #161616. Windows color (decimal): -12582881 or 2031680. OLE color: 2031680.

HSL color Cylindrical-coordinate representation of color #40001F: hue angle of 330.94º 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 #40001F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB64031-
CMYK010.520.75
HSL330.94º100%12.55%-
HSV(B)330.94º100%25.1%-
XYZ2.361.191.4-
YUV22.67132.7157.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=67.37%
G=0%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64031010.520.75330.9410012.55
Hex4001F064344B14b64d
Octal10003701446411351314415
Binary100000001111101100100110100100101110100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40001F; }

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

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

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

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

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

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

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

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