#41072B

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

Shades of Blackberry #41072B

Tints of Blackberry #41072B

Color information

#41072B (or 0x41072B) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 2B. RGB value is (65,7,43). Sum of RGB (Red+Green+Blue) = 65+7+43=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072B is #BEF8D4. Grayscale: #1C1C1C. Windows color (decimal): -12515541 or 2819905. OLE color: 2819905.

HSL color Cylindrical-coordinate representation of color #41072B: hue angle of 322.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41072B is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB65743-
CMYK00.890.340.75
HSL322.76º80.56%14.12%-
HSV(B)322.76º89.23%25.49%-
XYZ2.691.452.42-
YUV28.45136.22154.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=56.52%
G=6.09%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6574300.890.340.75322.7680.5614.12
Hex4172B059224B14351e
Octal10175301314211350312116
Binary100000111110101101011001100010100101110100001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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