Html Css Color HEX #411B32 Blackberry

📋 copy color: '#411B32'

red 65 ◦ green 27 ◦ blue 50

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

Shades of Blackberry #411B32

Tints of Blackberry #411B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 45.77%
G = 19.01%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#411B32 (or 0x411B32) is known color: Blackberry. HEX triplet: 41, 1B and 32. RGB value is (65,27,50). Sum of RGB (Red+Green+Blue) = 65+27+50=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B32 is #BEE4CD. Grayscale: #282828. Windows color (decimal): -12510414 or 3283777. OLE color: 3283777.

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

Color convert

RGB 65 27 50 -
CMYK 0 0.58 0.23 0.75
HSL 323.68º 0.41% 0.18% -
HSV(B) 323.68º 0.58% 0.25% -
XYZ 3.15 2.14 3.26 -
YUV 40.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 65 27 50 0 0.58 0.23 0.75 323.68 0.41 0.18
Hex 41 1B 32 0 3A 17 4B 144 29 12
Octal 101 33 62 0 72 27 113 504 51 22
Binary 1000001 11011 110010 0 111010 10111 1001011 101000100 101001 10010

Color Harmonies of #411B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B32

Black with #411B32

Text Example


Text Example

White with #411B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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