#41051E

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

Shades of Blackberry #41051E

Tints of Blackberry #41051E

Color information

#41051E (or 0x41051E) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 1E. RGB value is (65,5,30). Sum of RGB (Red+Green+Blue) = 65+5+30=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051E is #BEFAE1. Grayscale: #191919. Windows color (decimal): -12516066 or 1967425. OLE color: 1967425.

HSL color Cylindrical-coordinate representation of color #41051E: hue angle of 335º 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 #41051E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB65530-
CMYK00.920.540.75
HSL335º85.71%13.73%-
HSV(B)335º92.31%25.49%-
XYZ2.471.331.35-
YUV25.79130.38155.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 30 (12.11% from 255) = 30%
R=65%
G=5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553000.920.540.7533585.7113.73
Hex4151E05C364B14f56e
Octal10153601346611351712616
Binary10000011011111001011100110110100101110100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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