Html Css Color HEX #411531 Blackberry

📋 copy color: '#411531'

red 65 ◦ green 21 ◦ blue 49

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

Shades of Blackberry #411531

Tints of Blackberry #411531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 48.15%
G = 15.56%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#411531 (or 0x411531) is known color: Blackberry. HEX triplet: 41, 15 and 31. RGB value is (65,21,49). Sum of RGB (Red+Green+Blue) = 65+21+49=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411531 is #BEEACE. Grayscale: #252525. Windows color (decimal): -12511951 or 3216705. OLE color: 3216705.

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

Color convert

RGB 65 21 49 -
CMYK 0 0.68 0.25 0.75
HSL 321.82º 0.51% 0.17% -
HSV(B) 321.82º 0.68% 0.25% -
XYZ 3 1.88 3.11 -
YUV 37.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 65 21 49 0 0.68 0.25 0.75 321.82 0.51 0.17
Hex 41 15 31 0 44 19 4B 142 33 11
Octal 101 25 61 0 104 31 113 502 63 21
Binary 1000001 10101 110001 0 1000100 11001 1001011 101000010 110011 10001

Color Harmonies of #411531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411531

Black with #411531

Text Example


Text Example

White with #411531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411531; }

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

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

background-color css

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

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

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

border-color css

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

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

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