#41092F

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

Shades of Blackberry #41092F

Tints of Blackberry #41092F

Color information

#41092F (or 0x41092F) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 2F. RGB value is (65,9,47). Sum of RGB (Red+Green+Blue) = 65+9+47=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #41092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41092F is #BEF6D0. Grayscale: #1D1D1D. Windows color (decimal): -12515025 or 3082561. OLE color: 3082561.

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

Color convert

RGB65947-
CMYK00.860.280.75
HSL319.29º75.68%14.51%-
HSV(B)319.29º86.15%25.49%-
XYZ2.791.522.84-
YUV30.08137.55152.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=53.72%
G=7.44%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6594700.860.280.75319.2975.6814.51
Hex4192F0561C4B13f4cf
Octal101115701263411347711417
Binary100000110011011110101011011100100101110011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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