#410021

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

Shades of Blackberry #410021

Tints of Blackberry #410021

Color information

#410021 (or 0x410021) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 21. RGB value is (65,0,33). Sum of RGB (Red+Green+Blue) = 65+0+33=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410021 is #BEFFDE. Grayscale: #171717. Windows color (decimal): -12517343 or 2162753. OLE color: 2162753.

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

Color convert

RGB65033-
CMYK010.490.75
HSL329.54º100%12.75%-
HSV(B)329.54º100%25.49%-
XYZ2.451.231.55-
YUV23.2133.53157.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=66.33%
G=0%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65033010.490.75329.5410012.75
Hex41021064314B14a64d
Octal10104101446111351214415
Binary1000001010000101100100110001100101110100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410021; }

 p { color: rgb(65,0,33); }

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

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

 a { background-color: rgb(65,0,33); }

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

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

 span { border-color: rgb(65,0,33); }

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