#411038

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

Shades of Blackberry #411038

Tints of Blackberry #411038

Color information

#411038 (or 0x411038) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 38. RGB value is (65,16,56). Sum of RGB (Red+Green+Blue) = 65+16+56=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411038 is #BEEFC7. Grayscale: #232323. Windows color (decimal): -12513224 or 3674177. OLE color: 3674177.

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

Color convert

RGB651656-
CMYK00.750.140.75
HSL311.02º60.49%15.88%-
HSV(B)311.02º75.38%25.49%-
XYZ3.081.783.92-
YUV35.21139.73149.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=47.45%
G=11.68%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65165600.750.140.75311.0260.4915.88
Hex41103804BE4B1373c10
Octal10120700113161134677420
Binary100000110000111000010010111110100101110011011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411038; }

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

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

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

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

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

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

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

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