#41072D

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

Shades of Blackberry #41072D

Tints of Blackberry #41072D

Color information

#41072D (or 0x41072D) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 2D. RGB value is (65,7,45). Sum of RGB (Red+Green+Blue) = 65+7+45=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072D is #BEF8D2. Grayscale: #1C1C1C. Windows color (decimal): -12515539 or 2950977. OLE color: 2950977.

HSL color Cylindrical-coordinate representation of color #41072D: hue angle of 320.69º 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 #41072D is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB65745-
CMYK00.890.310.75
HSL320.69º80.56%14.12%-
HSV(B)320.69º89.23%25.49%-
XYZ2.731.472.62-
YUV28.67137.22153.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=55.56%
G=5.98%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6574500.890.310.75320.6980.5614.12
Hex4172D0591F4B14151e
Octal10175501313711350112116
Binary10000011111011010101100111111100101110100000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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