Html Css Color HEX #411532 Blackberry

📋 copy color: '#411532'

red 65 ◦ green 21 ◦ blue 50

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

Shades of Blackberry #411532

Tints of Blackberry #411532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 47.79%
G = 15.44%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#411532 (or 0x411532) is known color: Blackberry. HEX triplet: 41, 15 and 32. RGB value is (65,21,50). Sum of RGB (Red+Green+Blue) = 65+21+50=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411532 is #BEEACD. Grayscale: #252525. Windows color (decimal): -12511950 or 3282241. OLE color: 3282241.

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

Color convert

RGB 65 21 50 -
CMYK 0 0.68 0.23 0.75
HSL 320.45º 0.51% 0.17% -
HSV(B) 320.45º 0.68% 0.25% -
XYZ 3.02 1.89 3.22 -
YUV 37.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 65 21 50 0 0.68 0.23 0.75 320.45 0.51 0.17
Hex 41 15 32 0 44 17 4B 140 33 11
Octal 101 25 62 0 104 27 113 500 63 21
Binary 1000001 10101 110010 0 1000100 10111 1001011 101000000 110011 10001

Color Harmonies of #411532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411532

Black with #411532

Text Example


Text Example

White with #411532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411532; }

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

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

background-color css

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

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

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

border-color css

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

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

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