Html Css Color HEX #411729 Blackberry

📋 copy color: '#411729'

red 65 ◦ green 23 ◦ blue 41

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

Shades of Blackberry #411729

Tints of Blackberry #411729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

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

R = 50.39%
G = 17.83%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411729 (or 0x411729) is known color: Blackberry. HEX triplet: 41, 17 and 29. RGB value is (65,23,41). Sum of RGB (Red+Green+Blue) = 65+23+41=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #411729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411729 is #BEE8D6. Grayscale: #252525. Windows color (decimal): -12511447 or 2692929. OLE color: 2692929.

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

Color convert

RGB 65 23 41 -
CMYK 0 0.65 0.37 0.75
HSL 334.29º 0.48% 0.17% -
HSV(B) 334.29º 0.65% 0.25% -
XYZ 2.89 1.9 2.31 -
YUV 37.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 65 23 41 0 0.65 0.37 0.75 334.29 0.48 0.17
Hex 41 17 29 0 41 25 4B 14E 30 11
Octal 101 27 51 0 101 45 113 516 60 21
Binary 1000001 10111 101001 0 1000001 100101 1001011 101001110 110000 10001

Color Harmonies of #411729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411729

Black with #411729

Text Example


Text Example

White with #411729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411729; }

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

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

background-color css

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

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

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

border-color css

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

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

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