Html Css Color HEX #411D32 Blackberry

📋 copy color: '#411D32'

red 65 ◦ green 29 ◦ blue 50

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

Shades of Blackberry #411D32

Tints of Blackberry #411D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

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

R = 45.14%
G = 20.14%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#411D32 (or 0x411D32) is known color: Blackberry. HEX triplet: 41, 1D and 32. RGB value is (65,29,50). Sum of RGB (Red+Green+Blue) = 65+29+50=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D32 is #BEE2CD. Grayscale: #2A2A2A. Windows color (decimal): -12509902 or 3284289. OLE color: 3284289.

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

Color convert

RGB 65 29 50 -
CMYK 0 0.55 0.23 0.75
HSL 325º 0.38% 0.18% -
HSV(B) 325º 0.55% 0.25% -
XYZ 3.2 2.23 3.28 -
YUV 42.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 65 29 50 0 0.55 0.23 0.75 325 0.38 0.18
Hex 41 1D 32 0 37 17 4B 145 26 12
Octal 101 35 62 0 67 27 113 505 46 22
Binary 1000001 11101 110010 0 110111 10111 1001011 101000101 100110 10010

Color Harmonies of #411D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D32

Black with #411D32

Text Example


Text Example

White with #411D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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