#410823

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

Shades of Blackberry #410823

Tints of Blackberry #410823

Color information

#410823 (or 0x410823) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 23. RGB value is (65,8,35). Sum of RGB (Red+Green+Blue) = 65+8+35=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #410823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410823 is #BEF7DC. Grayscale: #1C1C1C. Windows color (decimal): -12515293 or 2295873. OLE color: 2295873.

HSL color Cylindrical-coordinate representation of color #410823: hue angle of 331.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410823 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB65835-
CMYK00.880.460.75
HSL331.58º78.08%14.31%-
HSV(B)331.58º87.69%25.49%-
XYZ2.571.421.73-
YUV28.12131.88154.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=60.19%
G=7.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6583500.880.460.75331.5878.0814.31
Hex418230582E4B14c4ee
Octal101104301305611351411616
Binary1000001100010001101011000101110100101110100110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410823; }

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

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

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

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

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

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

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

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