#410129

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

Shades of Blackberry #410129

Tints of Blackberry #410129

Color information

#410129 (or 0x410129) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 29. RGB value is (65,1,41). Sum of RGB (Red+Green+Blue) = 65+1+41=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410129 is #BEFED6. Grayscale: #181818. Windows color (decimal): -12517079 or 2687297. OLE color: 2687297.

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

Color convert

RGB65141-
CMYK00.980.370.75
HSL322.5º96.97%12.94%-
HSV(B)322.5º98.46%25.49%-
XYZ2.591.312.21-
YUV24.7137.2156.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=60.75%
G=0.93%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6514100.980.370.75322.596.9712.94
Hex41129062254B14261d
Octal10115101424511350214115
Binary1000001110100101100010100101100101110100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410129; }

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

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

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

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

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

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

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

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