#41092B

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

Shades of Blackberry #41092B

Tints of Blackberry #41092B

Color information

#41092B (or 0x41092B) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 2B. RGB value is (65,9,43). Sum of RGB (Red+Green+Blue) = 65+9+43=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41092B is #BEF6D4. Grayscale: #1D1D1D. Windows color (decimal): -12515029 or 2820417. OLE color: 2820417.

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

Color convert

RGB65943-
CMYK00.860.340.75
HSL323.57º75.68%14.51%-
HSV(B)323.57º86.15%25.49%-
XYZ2.711.492.43-
YUV29.62135.55153.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=55.56%
G=7.69%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6594300.860.340.75323.5775.6814.51
Hex4192B056224B1444cf
Octal101115301264211350411417
Binary1000001100110101101010110100010100101110100010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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