#410F25

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

Shades of Blackberry #410F25

Tints of Blackberry #410F25

Color information

#410F25 (or 0x410F25) is unknown color: approx Blackberry. HEX triplet: 41, 0F and 25. RGB value is (65,15,37). Sum of RGB (Red+Green+Blue) = 65+15+37=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #410F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F25 is #BEF0DA. Grayscale: #202020. Windows color (decimal): -12513499 or 2428737. OLE color: 2428737.

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

Color convert

RGB651537-
CMYK00.770.430.75
HSL333.6º62.5%15.69%-
HSV(B)333.6º76.92%25.49%-
XYZ2.681.61.92-
YUV32.46130.56151.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=55.56%
G=12.82%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65153700.770.430.75333.662.515.69
Hex41F2504D2B4B14e3e10
Octal10117450115531135167620
Binary1000001111110010101001101101011100101110100111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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