Html Css Color HEX #411631 Blackberry

📋 copy color: '#411631'

red 65 ◦ green 22 ◦ blue 49

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

Shades of Blackberry #411631

Tints of Blackberry #411631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 47.79%
G = 16.18%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#411631 (or 0x411631) is known color: Blackberry. HEX triplet: 41, 16 and 31. RGB value is (65,22,49). Sum of RGB (Red+Green+Blue) = 65+22+49=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411631 is #BEE9CE. Grayscale: #252525. Windows color (decimal): -12511695 or 3216961. OLE color: 3216961.

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

Color convert

RGB 65 22 49 -
CMYK 0 0.66 0.25 0.75
HSL 322.33º 0.49% 0.17% -
HSV(B) 322.33º 0.66% 0.25% -
XYZ 3.02 1.92 3.12 -
YUV 37.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 65 22 49 0 0.66 0.25 0.75 322.33 0.49 0.17
Hex 41 16 31 0 42 19 4B 142 31 11
Octal 101 26 61 0 102 31 113 502 61 21
Binary 1000001 10110 110001 0 1000010 11001 1001011 101000010 110001 10001

Color Harmonies of #411631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411631

Black with #411631

Text Example


Text Example

White with #411631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411631; }

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

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

background-color css

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

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

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

border-color css

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

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

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