#411033

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

Shades of Blackberry #411033

Tints of Blackberry #411033

Color information

#411033 (or 0x411033) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 33. RGB value is (65,16,51). Sum of RGB (Red+Green+Blue) = 65+16+51=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #411033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411033 is #BEEFCC. Grayscale: #222222. Windows color (decimal): -12513229 or 3346497. OLE color: 3346497.

HSL color Cylindrical-coordinate representation of color #411033: hue angle of 317.14º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411033 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB651651-
CMYK00.750.220.75
HSL317.14º60.49%15.88%-
HSV(B)317.14º75.38%25.49%-
XYZ2.961.733.31-
YUV34.64137.23149.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=49.24%
G=12.12%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65165100.750.220.75317.1460.4915.88
Hex41103304B164B13d3c10
Octal10120630113261134757420
Binary1000001100001100110100101110110100101110011110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411033; }

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

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

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

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

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

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

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

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