Html Css Color HEX #531831 Blackberry

📋 copy color: '#531831'

red 83 ◦ green 24 ◦ blue 49

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

Shades of Blackberry #531831

Tints of Blackberry #531831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 53.21%
G = 15.38%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#531831 (or 0x531831) is known color: Blackberry. HEX triplet: 53, 18 and 31. RGB value is (83,24,49). Sum of RGB (Red+Green+Blue) = 83+24+49=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531831 is #ACE7CE. Grayscale: #2C2C2C. Windows color (decimal): -11331535 or 3217491. OLE color: 3217491.

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

Color convert

RGB 83 24 49 -
CMYK 0 0.71 0.41 0.67
HSL 334.58º 0.55% 0.21% -
HSV(B) 334.58º 0.71% 0.33% -
XYZ 4.45 2.71 3.2 -
YUV 44.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 83 24 49 0 0.71 0.41 0.67 334.58 0.55 0.21
Hex 53 18 31 0 47 29 43 14F 37 15
Octal 123 30 61 0 107 51 103 517 67 25
Binary 1010011 11000 110001 0 1000111 101001 1000011 101001111 110111 10101

Color Harmonies of #531831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531831

Black with #531831

Text Example


Text Example

White with #531831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531831; }

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

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

background-color css

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

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

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

border-color css

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

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

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