#410C2B

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

Shades of Blackberry #410C2B

Tints of Blackberry #410C2B

Color information

#410C2B (or 0x410C2B) is unknown color: approx Blackberry. HEX triplet: 41, 0C and 2B. RGB value is (65,12,43). Sum of RGB (Red+Green+Blue) = 65+12+43=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C2B is #BEF3D4. Grayscale: #1F1F1F. Windows color (decimal): -12514261 or 2821185. OLE color: 2821185.

HSL color Cylindrical-coordinate representation of color #410C2B: hue angle of 324.91º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C2B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB651243-
CMYK00.820.340.75
HSL324.91º68.83%15.1%-
HSV(B)324.91º81.54%25.49%-
XYZ2.751.562.44-
YUV31.38134.56151.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=54.17%
G=10%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65124300.820.340.75324.9168.8315.1
Hex41C2B052224B14545f
Octal101145301224211350510517
Binary1000001110010101101010010100010100101110100010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,12,43); }

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

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

 a { background-color: rgb(65,12,43); }

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

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

 span { border-color: rgb(65,12,43); }

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