#410134

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

Shades of Blackberry #410134

Tints of Blackberry #410134

Color information

#410134 (or 0x410134) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 34. RGB value is (65,1,52). Sum of RGB (Red+Green+Blue) = 65+1+52=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #410134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410134 is #BEFECB. Grayscale: #191919. Windows color (decimal): -12517068 or 3408193. OLE color: 3408193.

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

Color convert

RGB65152-
CMYK00.980.200.75
HSL312.19º96.97%12.94%-
HSV(B)312.19º98.46%25.49%-
XYZ2.811.393.37-
YUV25.95142.7155.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=55.08%
G=0.85%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515200.980.200.75312.1996.9712.94
Hex41134062144B13861d
Octal10116401422411347014115
Binary100000111101000110001010100100101110011100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410134; }

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

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

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

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

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

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

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

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