#410133

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

Shades of Blackberry #410133

Tints of Blackberry #410133

Color information

#410133 (or 0x410133) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 33. RGB value is (65,1,51). Sum of RGB (Red+Green+Blue) = 65+1+51=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #410133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410133 is #BEFECC. Grayscale: #191919. Windows color (decimal): -12517069 or 3342657. OLE color: 3342657.

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

Color convert

RGB65151-
CMYK00.980.220.75
HSL313.12º96.97%12.94%-
HSV(B)313.12º98.46%25.49%-
XYZ2.791.383.25-
YUV25.84142.2155.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=55.56%
G=0.85%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515100.980.220.75313.1296.9712.94
Hex41133062164B13961d
Octal10116301422611347114115
Binary100000111100110110001010110100101110011100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410133; }

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

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

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

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

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

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

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

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