Html Css Color HEX #531441 Blackberry

📋 copy color: '#531441'

red 83 ◦ green 20 ◦ blue 65

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

Shades of Blackberry #531441

Tints of Blackberry #531441

RGB

 RED value IS 83 (32.81% from 255) = 49.4%

 GREEN value IS 20 (8.2% from 255) = 11.9%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 49.4%
G = 11.9%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#531441 (or 0x531441) is known color: Blackberry. HEX triplet: 53, 14 and 41. RGB value is (83,20,65). Sum of RGB (Red+Green+Blue) = 83+20+65=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531441 is #ACEBBE. Grayscale: #2B2B2B. Windows color (decimal): -11332543 or 4265043. OLE color: 4265043.

HSL color Cylindrical-coordinate representation of color #531441: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531441 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 65 -
CMYK 0 0.76 0.22 0.67
HSL 317.14º 0.61% 0.2% -
HSV(B) 317.14º 0.76% 0.33% -
XYZ 4.77 2.72 5.27 -
YUV 43.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 83 20 65 0 0.76 0.22 0.67 317.14 0.61 0.2
Hex 53 14 41 0 4C 16 43 13D 3D 14
Octal 123 24 101 0 114 26 103 475 75 24
Binary 1010011 10100 1000001 0 1001100 10110 1000011 100111101 111101 10100

Color Harmonies of #531441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531441

Black with #531441

Text Example


Text Example

White with #531441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531441; }

 p { color: rgb(83,20,65); }

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

background-color css

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

 a { background-color: rgb(83,20,65); }

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

border-color css

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

 span { border-color: rgb(83,20,65); }

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