#410C2A

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

Shades of Blackberry #410C2A

Tints of Blackberry #410C2A

Color information

#410C2A (or 0x410C2A) is unknown color: approx Blackberry. HEX triplet: 41, 0C and 2A. RGB value is (65,12,42). Sum of RGB (Red+Green+Blue) = 65+12+42=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #410C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C2A is #BEF3D5. Grayscale: #1F1F1F. Windows color (decimal): -12514262 or 2755649. OLE color: 2755649.

HSL color Cylindrical-coordinate representation of color #410C2A: hue angle of 326.04º 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 #410C2A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB651242-
CMYK00.820.350.75
HSL326.04º68.83%15.1%-
HSV(B)326.04º81.54%25.49%-
XYZ2.731.552.35-
YUV31.27134.06152.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=54.62%
G=10.08%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65124200.820.350.75326.0468.8315.1
Hex41C2A052234B14645f
Octal101145201224311350610517
Binary1000001110010101001010010100011100101110100011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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