#41142B

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

Shades of Blackberry #41142B

Tints of Blackberry #41142B

Color information

#41142B (or 0x41142B) is unknown color: approx Blackberry. HEX triplet: 41, 14 and 2B. RGB value is (65,20,43). Sum of RGB (Red+Green+Blue) = 65+20+43=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41142B is #BEEBD4. Grayscale: #242424. Windows color (decimal): -12512213 or 2823233. OLE color: 2823233.

HSL color Cylindrical-coordinate representation of color #41142B: hue angle of 329.33º 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 #41142B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB652043-
CMYK00.690.340.75
HSL329.33º52.94%16.67%-
HSV(B)329.33º69.23%25.49%-
XYZ2.871.82.48-
YUV36.08131.91148.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=50.78%
G=15.62%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65204300.690.340.75329.3352.9416.67
Hex41142B045224B1493511
Octal10124530105421135116521
Binary10000011010010101101000101100010100101110100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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