#41142F

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

Shades of Blackberry #41142F

Tints of Blackberry #41142F

Color information

#41142F (or 0x41142F) is unknown color: approx Blackberry. HEX triplet: 41, 14 and 2F. RGB value is (65,20,47). Sum of RGB (Red+Green+Blue) = 65+20+47=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41142F is #BEEBD0. Grayscale: #242424. Windows color (decimal): -12512209 or 3085377. OLE color: 3085377.

HSL color Cylindrical-coordinate representation of color #41142F: hue angle of 324º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41142F is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB652047-
CMYK00.690.280.75
HSL324º52.94%16.67%-
HSV(B)324º69.23%25.49%-
XYZ2.941.832.89-
YUV36.53133.91148.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=49.24%
G=15.15%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65204700.690.280.7532452.9416.67
Hex41142F0451C4B1443511
Octal10124570105341135046521
Binary1000001101001011110100010111100100101110100010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,20,47); }

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

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

 a { background-color: rgb(65,20,47); }

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

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

 span { border-color: rgb(65,20,47); }

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