Html Css Color HEX #531031 Blackberry

📋 copy color: '#531031'

red 83 ◦ green 16 ◦ blue 49

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

Shades of Blackberry #531031

Tints of Blackberry #531031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

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

R = 56.08%
G = 10.81%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#531031 (or 0x531031) is known color: Blackberry. HEX triplet: 53, 10 and 31. RGB value is (83,16,49). Sum of RGB (Red+Green+Blue) = 83+16+49=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531031 is #ACEFCE. Grayscale: #272727. Windows color (decimal): -11333583 or 3215443. OLE color: 3215443.

HSL color Cylindrical-coordinate representation of color #531031: hue angle of 330.45º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531031 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 49 -
CMYK 0 0.81 0.41 0.67
HSL 330.45º 0.68% 0.19% -
HSV(B) 330.45º 0.81% 0.33% -
XYZ 4.31 2.43 3.15 -
YUV 39.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 83 16 49 0 0.81 0.41 0.67 330.45 0.68 0.19
Hex 53 10 31 0 51 29 43 14A 44 13
Octal 123 20 61 0 121 51 103 512 104 23
Binary 1010011 10000 110001 0 1010001 101001 1000011 101001010 1000100 10011

Color Harmonies of #531031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531031

Black with #531031

Text Example


Text Example

White with #531031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531031; }

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

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

background-color css

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

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

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

border-color css

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

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

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