#410722

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

Shades of Blackberry #410722

Tints of Blackberry #410722

Color information

#410722 (or 0x410722) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 22. RGB value is (65,7,34). Sum of RGB (Red+Green+Blue) = 65+7+34=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #410722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410722 is #BEF8DD. Grayscale: #1B1B1B. Windows color (decimal): -12515550 or 2230081. OLE color: 2230081.

HSL color Cylindrical-coordinate representation of color #410722: hue angle of 332.07º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410722 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB65734-
CMYK00.890.480.75
HSL332.07º80.56%14.12%-
HSV(B)332.07º89.23%25.49%-
XYZ2.541.391.65-
YUV27.42131.72154.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=61.32%
G=6.60%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6573400.890.480.75332.0780.5614.12
Hex41722059304B14c51e
Octal10174201316011351412116
Binary100000111110001001011001110000100101110100110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410722; }

 p { color: rgb(65,7,34); }

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

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

 a { background-color: rgb(65,7,34); }

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

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

 span { border-color: rgb(65,7,34); }

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