#410125

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

Shades of Blackberry #410125

Tints of Blackberry #410125

Color information

#410125 (or 0x410125) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 25. RGB value is (65,1,37). Sum of RGB (Red+Green+Blue) = 65+1+37=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410125 is #BEFEDA. Grayscale: #181818. Windows color (decimal): -12517083 or 2425153. OLE color: 2425153.

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

Color convert

RGB65137-
CMYK00.980.430.75
HSL326.25º96.97%12.94%-
HSV(B)326.25º98.46%25.49%-
XYZ2.521.281.86-
YUV24.24135.2157.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=63.11%
G=0.97%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513700.980.430.75326.2596.9712.94
Hex411250622B4B14661d
Octal10114501425311350614115
Binary1000001110010101100010101011100101110100011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410125; }

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

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

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

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

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

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

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

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