#410F22

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

Shades of Blackberry #410F22

Tints of Blackberry #410F22

Color information

#410F22 (or 0x410F22) is unknown color: approx Blackberry. HEX triplet: 41, 0F and 22. RGB value is (65,15,34). Sum of RGB (Red+Green+Blue) = 65+15+34=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #410F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F22 is #BEF0DD. Grayscale: #202020. Windows color (decimal): -12513502 or 2232129. OLE color: 2232129.

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

Color convert

RGB651534-
CMYK00.770.480.75
HSL337.2º62.5%15.69%-
HSV(B)337.2º76.92%25.49%-
XYZ2.641.581.68-
YUV32.12129.06151.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=57.02%
G=13.16%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65153400.770.480.75337.262.515.69
Hex41F2204D304B1513e10
Octal10117420115601135217620
Binary1000001111110001001001101110000100101110101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F22; }

 p { color: rgb(65,15,34); }

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

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

 a { background-color: rgb(65,15,34); }

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

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

 span { border-color: rgb(65,15,34); }

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