#40031F

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

Shades of Blackberry #40031F

Tints of Blackberry #40031F

Color information

#40031F (or 0x40031F) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 1F. RGB value is (64,3,31). Sum of RGB (Red+Green+Blue) = 64+3+31=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40031F is #BFFCE0. Grayscale: #181818. Windows color (decimal): -12582113 or 2032448. OLE color: 2032448.

HSL color Cylindrical-coordinate representation of color #40031F: hue angle of 332.46º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40031F is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB64331-
CMYK00.950.520.75
HSL332.46º91.04%13.14%-
HSV(B)332.46º95.31%25.1%-
XYZ2.391.251.41-
YUV24.43131.71156.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=65.31%
G=3.06%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6433100.950.520.75332.4691.0413.14
Hex4031F05F344B14c5bd
Octal10033701376411351413315
Binary1000000111111101011111110100100101110100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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