#40051F

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

Shades of Blackberry #40051F

Tints of Blackberry #40051F

Color information

#40051F (or 0x40051F) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 1F. RGB value is (64,5,31). Sum of RGB (Red+Green+Blue) = 64+5+31=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051F is #BFFAE0. Grayscale: #191919. Windows color (decimal): -12581601 or 2032960. OLE color: 2032960.

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

Color convert

RGB64531-
CMYK00.920.520.75
HSL333.56º85.51%13.53%-
HSV(B)333.56º92.19%25.1%-
XYZ2.421.31.42-
YUV25.6131.05155.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 31 (12.5% from 255) = 31%
R=64%
G=5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453100.920.520.75333.5685.5113.53
Hex4051F05C344B14e56e
Octal10053701346411351612616
Binary10000001011111101011100110100100101110100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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