#410026

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

Shades of Blackberry #410026

Tints of Blackberry #410026

Color information

#410026 (or 0x410026) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 26. RGB value is (65,0,38). Sum of RGB (Red+Green+Blue) = 65+0+38=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410026 is #BEFFD9. Grayscale: #171717. Windows color (decimal): -12517338 or 2490433. OLE color: 2490433.

HSL color Cylindrical-coordinate representation of color #410026: hue angle of 324.92º 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 #410026 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB65038-
CMYK010.420.75
HSL324.92º100%12.75%-
HSV(B)324.92º100%25.49%-
XYZ2.531.261.94-
YUV23.77136.03157.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=63.11%
G=0%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65038010.420.75324.9210012.75
Hex410260642A4B14564d
Octal10104601445211350514415
Binary1000001010011001100100101010100101110100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410026; }

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

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

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

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

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

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

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

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