#41092A

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

Shades of Blackberry #41092A

Tints of Blackberry #41092A

Color information

#41092A (or 0x41092A) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 2A. RGB value is (65,9,42). Sum of RGB (Red+Green+Blue) = 65+9+42=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41092A is #BEF6D5. Grayscale: #1D1D1D. Windows color (decimal): -12515030 or 2754881. OLE color: 2754881.

HSL color Cylindrical-coordinate representation of color #41092A: hue angle of 324.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41092A is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB65942-
CMYK00.860.350.75
HSL324.64º75.68%14.51%-
HSV(B)324.64º86.15%25.49%-
XYZ2.71.492.34-
YUV29.51135.05153.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=56.03%
G=7.76%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6594200.860.350.75324.6475.6814.51
Hex4192A056234B1454cf
Octal101115201264311350511417
Binary1000001100110101001010110100011100101110100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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