Html Css Color HEX #411B37 Blackberry

📋 copy color: '#411B37'

red 65 ◦ green 27 ◦ blue 55

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

Shades of Blackberry #411B37

Tints of Blackberry #411B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.41%

R = 44.22%
G = 18.37%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#411B37 (or 0x411B37) is known color: Blackberry. HEX triplet: 41, 1B and 37. RGB value is (65,27,55). Sum of RGB (Red+Green+Blue) = 65+27+55=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #411B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B37 is #BEE4C8. Grayscale: #292929. Windows color (decimal): -12510409 or 3611457. OLE color: 3611457.

HSL color Cylindrical-coordinate representation of color #411B37: hue angle of 315.79º 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 #411B37 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 55 -
CMYK 0 0.58 0.15 0.75
HSL 315.79º 0.41% 0.18% -
HSV(B) 315.79º 0.58% 0.25% -
XYZ 3.26 2.18 3.86 -
YUV 41.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 65 27 55 0 0.58 0.15 0.75 315.79 0.41 0.18
Hex 41 1B 37 0 3A F 4B 13C 29 12
Octal 101 33 67 0 72 17 113 474 51 22
Binary 1000001 11011 110111 0 111010 1111 1001011 100111100 101001 10010

Color Harmonies of #411B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B37

Black with #411B37

Text Example


Text Example

White with #411B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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