#410229

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

Shades of Blackberry #410229

Tints of Blackberry #410229

Color information

#410229 (or 0x410229) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 29. RGB value is (65,2,41). Sum of RGB (Red+Green+Blue) = 65+2+41=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #410229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410229 is #BEFDD6. Grayscale: #191919. Windows color (decimal): -12516823 or 2687553. OLE color: 2687553.

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

Color convert

RGB65241-
CMYK00.970.370.75
HSL322.86º94.03%13.14%-
HSV(B)322.86º96.92%25.49%-
XYZ2.61.332.22-
YUV25.28136.87156.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=60.19%
G=1.85%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6524100.970.370.75322.8694.0313.14
Hex41229061254B1435ed
Octal10125101414511350313615
Binary10000011010100101100001100101100101110100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410229; }

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

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

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

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

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

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

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

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