#41011B

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

Shades of Blackberry #41011B

Tints of Blackberry #41011B

Color information

#41011B (or 0x41011B) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 1B. RGB value is (65,1,27). Sum of RGB (Red+Green+Blue) = 65+1+27=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #41011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41011B is #BEFEE4. Grayscale: #171717. Windows color (decimal): -12517093 or 1769793. OLE color: 1769793.

HSL color Cylindrical-coordinate representation of color #41011B: hue angle of 335.62º 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 #41011B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB65127-
CMYK00.980.580.75
HSL335.62º96.97%12.94%-
HSV(B)335.62º98.46%25.49%-
XYZ2.391.221.15-
YUV23.1130.2157.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=69.89%
G=1.08%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6512700.980.580.75335.6296.9712.94
Hex4111B0623A4B15061d
Octal10113301427211352014115
Binary100000111101101100010111010100101110101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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