#41062A

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

Shades of Blackberry #41062A

Tints of Blackberry #41062A

Color information

#41062A (or 0x41062A) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 2A. RGB value is (65,6,42). Sum of RGB (Red+Green+Blue) = 65+6+42=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41062A is #BEF9D5. Grayscale: #1B1B1B. Windows color (decimal): -12515798 or 2754113. OLE color: 2754113.

HSL color Cylindrical-coordinate representation of color #41062A: hue angle of 323.39º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41062A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB65642-
CMYK00.910.350.75
HSL323.39º83.1%13.92%-
HSV(B)323.39º90.77%25.49%-
XYZ2.661.422.32-
YUV27.74136.05154.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=57.52%
G=5.31%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564200.910.350.75323.3983.113.92
Hex4162A05B234B14353e
Octal10165201334311350312316
Binary100000111010101001011011100011100101110100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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