Html Css Color HEX #531740 Blackberry

📋 copy color: '#531740'

red 83 ◦ green 23 ◦ blue 64

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

Shades of Blackberry #531740

Tints of Blackberry #531740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.53%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 48.82%
G = 13.53%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531740 (or 0x531740) is known color: Blackberry. HEX triplet: 53, 17 and 40. RGB value is (83,23,64). Sum of RGB (Red+Green+Blue) = 83+23+64=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531740 is #ACE8BF. Grayscale: #2D2D2D. Windows color (decimal): -11331776 or 4200275. OLE color: 4200275.

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

Color convert

RGB 83 23 64 -
CMYK 0 0.72 0.23 0.67
HSL 319º 0.57% 0.21% -
HSV(B) 319º 0.72% 0.33% -
XYZ 4.8 2.82 5.14 -
YUV 45.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 83 23 64 0 0.72 0.23 0.67 319 0.57 0.21
Hex 53 17 40 0 48 17 43 13F 39 15
Octal 123 27 100 0 110 27 103 477 71 25
Binary 1010011 10111 1000000 0 1001000 10111 1000011 100111111 111001 10101

Color Harmonies of #531740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531740

Black with #531740

Text Example


Text Example

White with #531740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531740; }

 p { color: rgb(83,23,64); }

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

background-color css

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

 a { background-color: rgb(83,23,64); }

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

border-color css

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

 span { border-color: rgb(83,23,64); }

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