Html Css Color HEX #531A37 Blackberry

📋 copy color: '#531A37'

red 83 ◦ green 26 ◦ blue 55

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

Shades of Blackberry #531A37

Tints of Blackberry #531A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 50.61%
G = 15.85%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#531A37 (or 0x531A37) is known color: Blackberry. HEX triplet: 53, 1A and 37. RGB value is (83,26,55). Sum of RGB (Red+Green+Blue) = 83+26+55=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A37 is #ACE5C8. Grayscale: #2E2E2E. Windows color (decimal): -11331017 or 3611219. OLE color: 3611219.

HSL color Cylindrical-coordinate representation of color #531A37: hue angle of 329.47º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A37 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 55 -
CMYK 0 0.69 0.34 0.67
HSL 329.47º 0.52% 0.21% -
HSV(B) 329.47º 0.69% 0.33% -
XYZ 4.63 2.85 3.92 -
YUV 46.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 83 26 55 0 0.69 0.34 0.67 329.47 0.52 0.21
Hex 53 1A 37 0 45 22 43 149 34 15
Octal 123 32 67 0 105 42 103 511 64 25
Binary 1010011 11010 110111 0 1000101 100010 1000011 101001001 110100 10101

Color Harmonies of #531A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A37

Black with #531A37

Text Example


Text Example

White with #531A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A37; }

 p { color: rgb(83,26,55); }

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

background-color css

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

 a { background-color: rgb(83,26,55); }

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

border-color css

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

 span { border-color: rgb(83,26,55); }

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