#410227

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

Shades of Blackberry #410227

Tints of Blackberry #410227

Color information

#410227 (or 0x410227) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 27. RGB value is (65,2,39). Sum of RGB (Red+Green+Blue) = 65+2+39=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #410227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410227 is #BEFDD8. Grayscale: #181818. Windows color (decimal): -12516825 or 2556481. OLE color: 2556481.

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

Color convert

RGB65239-
CMYK00.970.400.75
HSL324.76º94.03%13.14%-
HSV(B)324.76º96.92%25.49%-
XYZ2.571.312.04-
YUV25.06135.87156.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=61.32%
G=1.89%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6523900.970.400.75324.7694.0313.14
Hex41227061284B1455ed
Octal10124701415011350513615
Binary10000011010011101100001101000100101110100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410227; }

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

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

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

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

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

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

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

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