#410C28

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

Shades of Blackberry #410C28

Tints of Blackberry #410C28

Color information

#410C28 (or 0x410C28) is unknown color: approx Blackberry. HEX triplet: 41, 0C and 28. RGB value is (65,12,40). Sum of RGB (Red+Green+Blue) = 65+12+40=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #410C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C28 is #BEF3D7. Grayscale: #1E1E1E. Windows color (decimal): -12514264 or 2624577. OLE color: 2624577.

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

Color convert

RGB651240-
CMYK00.820.380.75
HSL328.3º68.83%15.1%-
HSV(B)328.3º81.54%25.49%-
XYZ2.691.542.16-
YUV31.04133.06152.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=55.56%
G=10.26%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65124000.820.380.75328.368.8315.1
Hex41C28052264B14845f
Octal101145001224611351010517
Binary1000001110010100001010010100110100101110100100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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