#41051b

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

Shades of Blackberry #41051B

Tints of Blackberry #41051B

Color information

#41051B (or 0x41051B) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 1B. RGB value is (65,5,27). Sum of RGB (Red+Green+Blue) = 65+5+27=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #41051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051B is #BEFAE4. Grayscale: #191919. Windows color (decimal): -12516069 or 1770817. OLE color: 1770817.

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

Color convert

RGB65527-
CMYK00.920.580.75
HSL338º85.71%13.73%-
HSV(B)338º92.31%25.49%-
XYZ2.431.311.16-
YUV25.45128.88156.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=67.01%
G=5.15%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6552700.920.580.7533885.7113.73
Hex4151B05C3A4B15256e
Octal10153301347211352212616
Binary10000011011101101011100111010100101110101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41051b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41051b; }

 p { color: rgb(65,5,27); }

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

<style>
 a { background-color: #41051b; }

 a { background-color: rgb(65,5,27); }

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

<style>
 span { border-color: #41051b; }

 span { border-color: rgb(65,5,27); }

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