#411023

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

Shades of Blackberry #411023

Tints of Blackberry #411023

Color information

#411023 (or 0x411023) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 23. RGB value is (65,16,35). Sum of RGB (Red+Green+Blue) = 65+16+35=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #411023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411023 is #BEEFDC. Grayscale: #202020. Windows color (decimal): -12513245 or 2297921. OLE color: 2297921.

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

Color convert

RGB651635-
CMYK00.750.460.75
HSL336.73º60.49%15.88%-
HSV(B)336.73º75.38%25.49%-
XYZ2.671.621.76-
YUV32.82129.23150.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=56.03%
G=13.79%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65163500.750.460.75336.7360.4915.88
Hex41102304B2E4B1513c10
Octal10120430113561135217420
Binary10000011000010001101001011101110100101110101000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411023; }

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

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

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

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

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

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

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

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