#41021E

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

Shades of Blackberry #41021E

Tints of Blackberry #41021E

Color information

#41021E (or 0x41021E) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 1E. RGB value is (65,2,30). Sum of RGB (Red+Green+Blue) = 65+2+30=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #41021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41021E is #BEFDE1. Grayscale: #171717. Windows color (decimal): -12516834 or 1966657. OLE color: 1966657.

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

Color convert

RGB65230-
CMYK00.970.540.75
HSL333.33º94.03%13.14%-
HSV(B)333.33º96.92%25.49%-
XYZ2.441.261.34-
YUV24.03131.37157.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=67.01%
G=2.06%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6523000.970.540.75333.3394.0313.14
Hex4121E061364B14d5ed
Octal10123601416611351513615
Binary1000001101111001100001110110100101110100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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