Html Css Color HEX #410729 Blackberry

📋 copy color: '#410729'

red 65 ◦ green 7 ◦ blue 41

#410729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #410729

Tints of Blackberry #410729

RGB

 RED value IS 65 (25.78% from 255) = 57.52%

 GREEN value IS 7 (3.13% from 255) = 6.19%

 BLUE value IS 41 (16.41% from 255) = 36.28%

R = 57.52%
G = 6.19%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#410729 (or 0x410729) is known color: Blackberry. HEX triplet: 41, 07 and 29. RGB value is (65,7,41). Sum of RGB (Red+Green+Blue) = 65+7+41=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410729 is #BEF8D6. Grayscale: #1C1C1C. Windows color (decimal): -12515543 or 2688833. OLE color: 2688833.

HSL color Cylindrical-coordinate representation of color #410729: hue angle of 324.83º 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 #410729 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 41 -
CMYK 0 0.89 0.37 0.75
HSL 324.83º 0.81% 0.14% -
HSV(B) 324.83º 0.89% 0.25% -
XYZ 2.66 1.44 2.23 -
YUV 28.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 65 7 41 0 0.89 0.37 0.75 324.83 0.81 0.14
Hex 41 7 29 0 59 25 4B 145 51 E
Octal 101 7 51 0 131 45 113 505 121 16
Binary 1000001 111 101001 0 1011001 100101 1001011 101000101 1010001 1110

Color Harmonies of #410729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410729

Black with #410729

Text Example


Text Example

White with #410729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410729; }

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

 H1.HeaderClassName
 {
   color: #410729;
 }
 .AnyTagClassName
 {
   color: #410729;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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