Html Css Color HEX #531131 Blackberry

📋 copy color: '#531131'

red 83 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #531131

Tints of Blackberry #531131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 55.7%
G = 11.41%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#531131 (or 0x531131) is known color: Blackberry. HEX triplet: 53, 11 and 31. RGB value is (83,17,49). Sum of RGB (Red+Green+Blue) = 83+17+49=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531131 is #ACEECE. Grayscale: #282828. Windows color (decimal): -11333327 or 3215699. OLE color: 3215699.

HSL color Cylindrical-coordinate representation of color #531131: hue angle of 330.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531131 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 49 -
CMYK 0 0.80 0.41 0.67
HSL 330.91º 0.66% 0.2% -
HSV(B) 330.91º 0.8% 0.33% -
XYZ 4.32 2.46 3.15 -
YUV 40.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 83 17 49 0 0.80 0.41 0.67 330.91 0.66 0.2
Hex 53 11 31 0 50 29 43 14B 42 14
Octal 123 21 61 0 120 51 103 513 102 24
Binary 1010011 10001 110001 0 1010000 101001 1000011 101001011 1000010 10100

Color Harmonies of #531131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531131

Black with #531131

Text Example


Text Example

White with #531131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531131; }

 p { color: rgb(83,17,49); }

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

background-color css

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

 a { background-color: rgb(83,17,49); }

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

border-color css

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

 span { border-color: rgb(83,17,49); }

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