Html Css Color HEX #411E31 Blackberry

📋 copy color: '#411E31'

red 65 ◦ green 30 ◦ blue 49

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

Shades of Blackberry #411E31

Tints of Blackberry #411E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 45.14%
G = 20.83%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#411E31 (or 0x411E31) is known color: Blackberry. HEX triplet: 41, 1E and 31. RGB value is (65,30,49). Sum of RGB (Red+Green+Blue) = 65+30+49=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E31 is #BEE1CE. Grayscale: #2A2A2A. Windows color (decimal): -12509647 or 3219009. OLE color: 3219009.

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

Color convert

RGB 65 30 49 -
CMYK 0 0.54 0.25 0.75
HSL 327.43º 0.37% 0.19% -
HSV(B) 327.43º 0.54% 0.25% -
XYZ 3.2 2.27 3.18 -
YUV 42.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 65 30 49 0 0.54 0.25 0.75 327.43 0.37 0.19
Hex 41 1E 31 0 36 19 4B 147 25 13
Octal 101 36 61 0 66 31 113 507 45 23
Binary 1000001 11110 110001 0 110110 11001 1001011 101000111 100101 10011

Color Harmonies of #411E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E31

Black with #411E31

Text Example


Text Example

White with #411E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E31; }

 p { color: rgb(65,30,49); }

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

background-color css

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

 a { background-color: rgb(65,30,49); }

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

border-color css

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

 span { border-color: rgb(65,30,49); }

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