#41021D

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

Shades of Blackberry #41021D

Tints of Blackberry #41021D

Color information

#41021D (or 0x41021D) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 1D. RGB value is (65,2,29). Sum of RGB (Red+Green+Blue) = 65+2+29=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41021D is #BEFDE2. Grayscale: #171717. Windows color (decimal): -12516835 or 1901121. OLE color: 1901121.

HSL color Cylindrical-coordinate representation of color #41021D: hue angle of 334.29º 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 #41021D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB65229-
CMYK00.970.550.75
HSL334.29º94.03%13.14%-
HSV(B)334.29º96.92%25.49%-
XYZ2.421.261.28-
YUV23.92130.87157.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=67.71%
G=2.08%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522900.970.550.75334.2994.0313.14
Hex4121D061374B14e5ed
Octal10123501416711351613615
Binary1000001101110101100001110111100101110100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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