#410025

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

Shades of Blackberry #410025

Tints of Blackberry #410025

Color information

#410025 (or 0x410025) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 25. RGB value is (65,0,37). Sum of RGB (Red+Green+Blue) = 65+0+37=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410025 is #BEFFDA. Grayscale: #171717. Windows color (decimal): -12517339 or 2424897. OLE color: 2424897.

HSL color Cylindrical-coordinate representation of color #410025: hue angle of 325.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410025 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB65037-
CMYK010.430.75
HSL325.85º100%12.75%-
HSV(B)325.85º100%25.49%-
XYZ2.511.261.86-
YUV23.65135.53157.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=63.73%
G=0%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65037010.430.75325.8510012.75
Hex410250642B4B14664d
Octal10104501445311350614415
Binary1000001010010101100100101011100101110100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410025; }

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

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

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

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

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

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

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

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