#411025

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

Shades of Blackberry #411025

Tints of Blackberry #411025

Color information

#411025 (or 0x411025) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 25. RGB value is (65,16,37). Sum of RGB (Red+Green+Blue) = 65+16+37=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411025 is #BEEFDA. Grayscale: #212121. Windows color (decimal): -12513243 or 2428993. OLE color: 2428993.

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

Color convert

RGB651637-
CMYK00.750.430.75
HSL334.29º60.49%15.88%-
HSV(B)334.29º75.38%25.49%-
XYZ2.71.631.92-
YUV33.04130.23150.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=55.08%
G=13.56%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65163700.750.430.75334.2960.4915.88
Hex41102504B2B4B14e3c10
Octal10120450113531135167420
Binary10000011000010010101001011101011100101110100111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411025; }

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

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

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

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

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

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

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

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