Html Css Color HEX #411429 Blackberry

📋 copy color: '#411429'

red 65 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #411429

Tints of Blackberry #411429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 51.59%
G = 15.87%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#411429 (or 0x411429) is known color: Blackberry. HEX triplet: 41, 14 and 29. RGB value is (65,20,41). Sum of RGB (Red+Green+Blue) = 65+20+41=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411429 is #BEEBD6. Grayscale: #232323. Windows color (decimal): -12512215 or 2692161. OLE color: 2692161.

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

Color convert

RGB 65 20 41 -
CMYK 0 0.69 0.37 0.75
HSL 332º 0.53% 0.17% -
HSV(B) 332º 0.69% 0.25% -
XYZ 2.83 1.78 2.29 -
YUV 35.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 65 20 41 0 0.69 0.37 0.75 332 0.53 0.17
Hex 41 14 29 0 45 25 4B 14C 35 11
Octal 101 24 51 0 105 45 113 514 65 21
Binary 1000001 10100 101001 0 1000101 100101 1001011 101001100 110101 10001

Color Harmonies of #411429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411429

Black with #411429

Text Example


Text Example

White with #411429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411429; }

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

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

background-color css

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

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

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

border-color css

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

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

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