#410D30

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

Shades of Blackberry #410D30

Tints of Blackberry #410D30

Color information

#410D30 (or 0x410D30) is unknown color: approx Blackberry. HEX triplet: 41, 0D and 30. RGB value is (65,13,48). Sum of RGB (Red+Green+Blue) = 65+13+48=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D30 is #BEF2CF. Grayscale: #202020. Windows color (decimal): -12514000 or 3149121. OLE color: 3149121.

HSL color Cylindrical-coordinate representation of color #410D30: hue angle of 319.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D30 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB651348-
CMYK00.800.260.75
HSL319.62º66.67%15.29%-
HSV(B)319.62º80%25.49%-
XYZ2.861.632.96-
YUV32.54136.73151.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 13 (5.47% from 255) = 10.32%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=51.59%
G=10.32%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65134800.800.260.75319.6266.6715.29
Hex41D300501A4B14043f
Octal101156001203211350010317
Binary100000111011100000101000011010100101110100000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,13,48); }

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

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

 a { background-color: rgb(65,13,48); }

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

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

 span { border-color: rgb(65,13,48); }

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