#41072A

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

Shades of Blackberry #41072A

Tints of Blackberry #41072A

Color information

#41072A (or 0x41072A) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 2A. RGB value is (65,7,42). Sum of RGB (Red+Green+Blue) = 65+7+42=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072A is #BEF8D5. Grayscale: #1C1C1C. Windows color (decimal): -12515542 or 2754369. OLE color: 2754369.

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

Color convert

RGB65742-
CMYK00.890.350.75
HSL323.79º80.56%14.12%-
HSV(B)323.79º89.23%25.49%-
XYZ2.671.442.33-
YUV28.33135.72154.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=57.02%
G=6.14%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6574200.890.350.75323.7980.5614.12
Hex4172A059234B14451e
Octal10175201314311350412116
Binary100000111110101001011001100011100101110100010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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