#410921

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

Shades of Blackberry #410921

Tints of Blackberry #410921

Color information

#410921 (or 0x410921) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 21. RGB value is (65,9,33). Sum of RGB (Red+Green+Blue) = 65+9+33=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410921 is #BEF6DE. Grayscale: #1C1C1C. Windows color (decimal): -12515039 or 2165057. OLE color: 2165057.

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

Color convert

RGB65933-
CMYK00.860.490.75
HSL334.29º75.68%14.51%-
HSV(B)334.29º86.15%25.49%-
XYZ2.551.431.58-
YUV28.48130.55154.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=60.75%
G=8.41%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6593300.860.490.75334.2975.6814.51
Hex41921056314B14e4cf
Octal101114101266111351611417
Binary1000001100110000101010110110001100101110100111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410921; }

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

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

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

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

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

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

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

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