Html Css Color HEX #411B31 Blackberry

📋 copy color: '#411B31'

red 65 ◦ green 27 ◦ blue 49

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

Shades of Blackberry #411B31

Tints of Blackberry #411B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

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

R = 46.1%
G = 19.15%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#411B31 (or 0x411B31) is known color: Blackberry. HEX triplet: 41, 1B and 31. RGB value is (65,27,49). Sum of RGB (Red+Green+Blue) = 65+27+49=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B31 is #BEE4CE. Grayscale: #282828. Windows color (decimal): -12510415 or 3218241. OLE color: 3218241.

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

Color convert

RGB 65 27 49 -
CMYK 0 0.58 0.25 0.75
HSL 325.26º 0.41% 0.18% -
HSV(B) 325.26º 0.58% 0.25% -
XYZ 3.13 2.13 3.15 -
YUV 40.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 65 27 49 0 0.58 0.25 0.75 325.26 0.41 0.18
Hex 41 1B 31 0 3A 19 4B 145 29 12
Octal 101 33 61 0 72 31 113 505 51 22
Binary 1000001 11011 110001 0 111010 11001 1001011 101000101 101001 10010

Color Harmonies of #411B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B31

Black with #411B31

Text Example


Text Example

White with #411B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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