#410127

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

Shades of Blackberry #410127

Tints of Blackberry #410127

Color information

#410127 (or 0x410127) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 27. RGB value is (65,1,39). Sum of RGB (Red+Green+Blue) = 65+1+39=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410127 is #BEFED8. Grayscale: #181818. Windows color (decimal): -12517081 or 2556225. OLE color: 2556225.

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

Color convert

RGB65139-
CMYK00.980.400.75
HSL324.38º96.97%12.94%-
HSV(B)324.38º98.46%25.49%-
XYZ2.561.292.03-
YUV24.47136.2156.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=61.90%
G=0.95%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513900.980.400.75324.3896.9712.94
Hex41127062284B14461d
Octal10114701425011350414115
Binary1000001110011101100010101000100101110100010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410127; }

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

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

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

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

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

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

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

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