Html Css Color HEX #411537 Blackberry

📋 copy color: '#411537'

red 65 ◦ green 21 ◦ blue 55

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

Shades of Blackberry #411537

Tints of Blackberry #411537

RGB

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

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

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

R = 46.1%
G = 14.89%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#411537 (or 0x411537) is known color: Blackberry. HEX triplet: 41, 15 and 37. RGB value is (65,21,55). Sum of RGB (Red+Green+Blue) = 65+21+55=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411537 is #BEEAC8. Grayscale: #252525. Windows color (decimal): -12511945 or 3609921. OLE color: 3609921.

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

Color convert

RGB 65 21 55 -
CMYK 0 0.68 0.15 0.75
HSL 313.64º 0.51% 0.17% -
HSV(B) 313.64º 0.68% 0.25% -
XYZ 3.14 1.94 3.82 -
YUV 38.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 65 21 55 0 0.68 0.15 0.75 313.64 0.51 0.17
Hex 41 15 37 0 44 F 4B 13A 33 11
Octal 101 25 67 0 104 17 113 472 63 21
Binary 1000001 10101 110111 0 1000100 1111 1001011 100111010 110011 10001

Color Harmonies of #411537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411537

Black with #411537

Text Example


Text Example

White with #411537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411537; }

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

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

background-color css

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

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

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

border-color css

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

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

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