#41142A

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

Shades of Blackberry #41142A

Tints of Blackberry #41142A

Color information

#41142A (or 0x41142A) is unknown color: approx Blackberry. HEX triplet: 41, 14 and 2A. RGB value is (65,20,42). Sum of RGB (Red+Green+Blue) = 65+20+42=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41142A is #BEEBD5. Grayscale: #232323. Windows color (decimal): -12512214 or 2757697. OLE color: 2757697.

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

Color convert

RGB652042-
CMYK00.690.350.75
HSL330.67º52.94%16.67%-
HSV(B)330.67º69.23%25.49%-
XYZ2.851.792.39-
YUV35.96131.41148.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=51.18%
G=15.75%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65204200.690.350.75330.6752.9416.67
Hex41142A045234B14b3511
Octal10124520105431135136521
Binary10000011010010101001000101100011100101110100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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