#41011A

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

Shades of Blackberry #41011A

Tints of Blackberry #41011A

Color information

#41011A (or 0x41011A) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 1A. RGB value is (65,1,26). Sum of RGB (Red+Green+Blue) = 65+1+26=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #41011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41011A is #BEFEE5. Grayscale: #161616. Windows color (decimal): -12517094 or 1704257. OLE color: 1704257.

HSL color Cylindrical-coordinate representation of color #41011A: hue angle of 336.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41011A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB65126-
CMYK00.980.600.75
HSL336.56º96.97%12.94%-
HSV(B)336.56º98.46%25.49%-
XYZ2.381.221.09-
YUV22.99129.7157.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=70.65%
G=1.09%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6512600.980.600.75336.5696.9712.94
Hex4111A0623C4B15161d
Octal10113201427411352114115
Binary100000111101001100010111100100101110101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,1,26); }

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

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

 a { background-color: rgb(65,1,26); }

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

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

 span { border-color: rgb(65,1,26); }

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